From 9d4c9946ee1dd5887e6663e4ead1abce770b6ba6 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 --- disas/sh4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'disas/sh4.c') diff --git a/disas/sh4.c b/disas/sh4.c index 020f5ebb7b..8b0415dfe9 100644 --- a/disas/sh4.c +++ b/disas/sh4.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, see . */ -#include +#include "qemu/osdep.h" #include "disas/bfd.h" #define DEFINE_TABLE -- cgit v1.2.1