diff --git a/target-arm/helper.c b/target-arm/helper.c index 49293724897a632e4f61f0c2aee27829276e3f9a..abe1c30d6a7b371f461bf8f387760d9b1f57d31d 100644 --- a/target-arm/helper.c +++ b/target-arm/helper.c @@ -1,11 +1,6 @@ -#include -#include -#include - #include "cpu.h" #include "gdbstub.h" #include "helper.h" -#include "qemu-common.h" #include "host-utils.h" #if !defined(CONFIG_USER_ONLY) #include "hw/loader.h"