summaryrefslogtreecommitdiffstats
path: root/target-xtensa/gdbstub.c
diff options
context:
space:
mode:
authorPeter Maydell2016-01-26 19:17:21 +0100
committerPeter Maydell2016-01-29 16:07:24 +0100
commit09aae23d8ff68c206d74b48a53a398ca4db4b47b (patch)
tree51ee0edefc1a4307a43ff9d6e6f6c83e4a11ba6a /target-xtensa/gdbstub.c
parentsh4: Clean up includes (diff)
downloadqemu-09aae23d8ff68c206d74b48a53a398ca4db4b47b.tar.gz
qemu-09aae23d8ff68c206d74b48a53a398ca4db4b47b.tar.xz
qemu-09aae23d8ff68c206d74b48a53a398ca4db4b47b.zip
xtensa: Clean up includes
Clean up includes so that osdep.h is included first and headers which it implies are not included manually. This commit was created with scripts/clean-includes. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 1453832250-766-29-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'target-xtensa/gdbstub.c')
-rw-r--r--target-xtensa/gdbstub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target-xtensa/gdbstub.c b/target-xtensa/gdbstub.c
index dcf05ad88c..51d4db0836 100644
--- a/target-xtensa/gdbstub.c
+++ b/target-xtensa/gdbstub.c
@@ -17,7 +17,7 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
-#include "config.h"
+#include "qemu/osdep.h"
#include "qemu-common.h"
#include "exec/gdbstub.h"