aboutsummaryrefslogtreecommitdiff
path: root/target-arm/kvm64.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2015-12-07 16:23:44 +0000
committerPeter Maydell <peter.maydell@linaro.org>2016-01-18 16:33:32 +0000
commit74c21bd07491739c6e56bcb1f962e4df730e77f3 (patch)
tree85bc1a859b5e996ec0a0e5f39b8badd034d6e4df /target-arm/kvm64.c
parent85071702ebc52dd3f11a5a095166e8f445e9041d (diff)
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 <peter.maydell@linaro.org> Reviewed-by: Daniel P. Berrange <berrange@redhat.com> Message-id: 1449505425-32022-3-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'target-arm/kvm64.c')
-rw-r--r--target-arm/kvm64.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/target-arm/kvm64.c b/target-arm/kvm64.c
index bb9531f33c..0f1b4d6a00 100644
--- a/target-arm/kvm64.c
+++ b/target-arm/kvm64.c
@@ -9,8 +9,7 @@
*
*/
-#include <stdio.h>
-#include <sys/types.h>
+#include "qemu/osdep.h"
#include <sys/ioctl.h>
#include <sys/mman.h>
#include <sys/ptrace.h>
@@ -18,7 +17,6 @@
#include <linux/elf.h>
#include <linux/kvm.h>
-#include "config-host.h"
#include "qemu-common.h"
#include "qemu/timer.h"
#include "qemu/error-report.h"