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 --- target-sh4/cpu.c | 1 + 1 file changed, 1 insertion(+) (limited to 'target-sh4/cpu.c') 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 @@ * */ +#include "qemu/osdep.h" #include "cpu.h" #include "qemu-common.h" #include "migration/vmstate.h" -- cgit 1.4.1