summaryrefslogtreecommitdiffstats
path: root/target-tilegx/cpu.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-26 18:17:27 +0000
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:30:22 -0600
commite179874a953be2d7d87adde87b3f85b8f8dc3b06 (patch)
tree1067c006def57d0df63daa23d416b1ece900b0e4 /target-tilegx/cpu.c
parent86f51b3f4df86084736f8f67273ee47c88d90d9e (diff)
downloadhqemu-e179874a953be2d7d87adde87b3f85b8f8dc3b06.zip
hqemu-e179874a953be2d7d87adde87b3f85b8f8dc3b06.tar.gz
tilegx: 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-35-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'target-tilegx/cpu.c')
-rw-r--r--target-tilegx/cpu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/target-tilegx/cpu.c b/target-tilegx/cpu.c
index c249704..eceeb2c 100644
--- a/target-tilegx/cpu.c
+++ b/target-tilegx/cpu.c
@@ -18,6 +18,7 @@
* <http://www.gnu.org/licenses/lgpl-2.1.html>
*/
+#include "qemu/osdep.h"
#include "cpu.h"
#include "qemu-common.h"
#include "hw/qdev-properties.h"
OpenPOWER on IntegriCloud