From 8c324ddd4ecdcc9cb911b6a28c3f25d5c064be89 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 --- cpu-exec-common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpu-exec-common.c') diff --git a/cpu-exec-common.c b/cpu-exec-common.c index 43edf36..1b1731c 100644 --- a/cpu-exec-common.c +++ b/cpu-exec-common.c @@ -17,7 +17,7 @@ * License along with this library; if not, see . */ -#include "config.h" +#include "qemu/osdep.h" #include "cpu.h" #include "sysemu/cpus.h" #include "exec/memory-internal.h" -- cgit v1.1