From 74c21bd07491739c6e56bcb1f962e4df730e77f3 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Mon, 7 Dec 2015 16:23:44 +0000 Subject: target-arm: 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 Reviewed-by: Daniel P. Berrange Message-id: 1449505425-32022-3-git-send-email-peter.maydell@linaro.org --- target-arm/cpu64.c | 1 + 1 file changed, 1 insertion(+) (limited to 'target-arm/cpu64.c') diff --git a/target-arm/cpu64.c b/target-arm/cpu64.c index 63c8b1cfa9..5f8a177475 100644 --- a/target-arm/cpu64.c +++ b/target-arm/cpu64.c @@ -18,6 +18,7 @@ * */ +#include "qemu/osdep.h" #include "cpu.h" #include "qemu-common.h" #if !defined(CONFIG_USER_ONLY) -- cgit v1.2.3