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/neon_helper.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'target-arm/neon_helper.c') diff --git a/target-arm/neon_helper.c b/target-arm/neon_helper.c index 47d13e908c..1f1844f5b2 100644 --- a/target-arm/neon_helper.c +++ b/target-arm/neon_helper.c @@ -6,8 +6,7 @@ * * This code is licensed under the GNU GPL v2. */ -#include -#include +#include "qemu/osdep.h" #include "cpu.h" #include "exec/exec-all.h" -- cgit v1.2.3