From 1c742a9d1a73f2b1c78883a8670627eadffbc427 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Tue, 26 Jan 2016 18:17:20 +0000 Subject: 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 Message-id: 1453832250-766-28-git-send-email-peter.maydell@linaro.org --- target-sh4/translate.c | 1 + 1 file changed, 1 insertion(+) (limited to 'target-sh4/translate.c') diff --git a/target-sh4/translate.c b/target-sh4/translate.c index 7bc6216..9de5659 100644 --- a/target-sh4/translate.c +++ b/target-sh4/translate.c @@ -19,6 +19,7 @@ #define DEBUG_DISAS +#include "qemu/osdep.h" #include "cpu.h" #include "disas/disas.h" #include "tcg-op.h" -- cgit v1.1