summaryrefslogtreecommitdiffstats
path: root/target-sh4/cpu.c
diff options
context:
space:
mode:
authorPeter Maydell2016-01-26 19:17:20 +0100
committerPeter Maydell2016-01-29 16:07:24 +0100
commit9d4c9946ee1dd5887e6663e4ead1abce770b6ba6 (patch)
tree0f102f9316aee94b1419888dd5474c25ef7d27fd /target-sh4/cpu.c
parenthw/intc: Clean up includes (diff)
downloadqemu-9d4c9946ee1dd5887e6663e4ead1abce770b6ba6.tar.gz
qemu-9d4c9946ee1dd5887e6663e4ead1abce770b6ba6.tar.xz
qemu-9d4c9946ee1dd5887e6663e4ead1abce770b6ba6.zip
sh4: 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-28-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'target-sh4/cpu.c')
-rw-r--r--target-sh4/cpu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/target-sh4/cpu.c b/target-sh4/cpu.c
index d7e2fbd0ed..8621d70d4d 100644
--- a/target-sh4/cpu.c
+++ b/target-sh4/cpu.c
@@ -19,6 +19,7 @@
* <http://www.gnu.org/licenses/lgpl-2.1.html>
*/
+#include "qemu/osdep.h"
#include "cpu.h"
#include "qemu-common.h"
#include "migration/vmstate.h"