From 7b31bbc2e68605ab2f10dc609dd54cf4c7b5f49a Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Tue, 26 Jan 2016 18:16:56 +0000 Subject: exec: 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-4-git-send-email-peter.maydell@linaro.org --- translate-all.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'translate-all.c') diff --git a/translate-all.c b/translate-all.c index 042a8576ac..ab61fac66c 100644 --- a/translate-all.c +++ b/translate-all.c @@ -19,16 +19,10 @@ #ifdef _WIN32 #include #else -#include #include #endif -#include -#include -#include -#include -#include +#include "qemu/osdep.h" -#include "config.h" #include "qemu-common.h" #define NO_CPU_IO_DEFS @@ -43,7 +37,6 @@ #if __FreeBSD_version >= 700104 #define HAVE_KINFO_GETVMMAP #define sigqueue sigqueue_freebsd /* avoid redefinition */ -#include #include #include #define _KERNEL -- cgit v1.2.3