diff options
Diffstat (limited to 'target/arm')
-rw-r--r-- | target/arm/arm-semi.c | 1 | ||||
-rw-r--r-- | target/arm/cpu.c | 1 | ||||
-rw-r--r-- | target/arm/cpu.h | 1 | ||||
-rw-r--r-- | target/arm/gdbstub.c | 1 | ||||
-rw-r--r-- | target/arm/gdbstub64.c | 1 | ||||
-rw-r--r-- | target/arm/kvm-stub.c | 1 | ||||
-rw-r--r-- | target/arm/machine.c | 1 |
7 files changed, 1 insertions, 6 deletions
diff --git a/target/arm/arm-semi.c b/target/arm/arm-semi.c index 07af8d35da..bca9a25910 100644 --- a/target/arm/arm-semi.c +++ b/target/arm/arm-semi.c @@ -34,7 +34,6 @@ #define ARM_ANGEL_HEAP_SIZE (128 * 1024 * 1024) #else -#include "qemu-common.h" #include "exec/gdbstub.h" #include "qemu/cutils.h" #endif diff --git a/target/arm/cpu.c b/target/arm/cpu.c index d0e144a4a1..4d5d46db7f 100644 --- a/target/arm/cpu.c +++ b/target/arm/cpu.c @@ -19,6 +19,7 @@ */ #include "qemu/osdep.h" +#include "qemu-common.h" #include "target/arm/idau.h" #include "qemu/module.h" #include "qapi/error.h" diff --git a/target/arm/cpu.h b/target/arm/cpu.h index 8fa9772c9d..06ddc49eb6 100644 --- a/target/arm/cpu.h +++ b/target/arm/cpu.h @@ -22,7 +22,6 @@ #include "kvm-consts.h" #include "hw/registerfields.h" -#include "qemu-common.h" #include "cpu-qom.h" #include "exec/cpu-defs.h" diff --git a/target/arm/gdbstub.c b/target/arm/gdbstub.c index 0c64c0292e..1239abd984 100644 --- a/target/arm/gdbstub.c +++ b/target/arm/gdbstub.c @@ -18,7 +18,6 @@ * License along with this library; if not, see <http://www.gnu.org/licenses/>. */ #include "qemu/osdep.h" -#include "qemu-common.h" #include "cpu.h" #include "exec/gdbstub.h" diff --git a/target/arm/gdbstub64.c b/target/arm/gdbstub64.c index 49bc3fc521..665ebb3ef6 100644 --- a/target/arm/gdbstub64.c +++ b/target/arm/gdbstub64.c @@ -17,7 +17,6 @@ * License along with this library; if not, see <http://www.gnu.org/licenses/>. */ #include "qemu/osdep.h" -#include "qemu-common.h" #include "cpu.h" #include "exec/gdbstub.h" diff --git a/target/arm/kvm-stub.c b/target/arm/kvm-stub.c index b2c66df532..56a7099e6b 100644 --- a/target/arm/kvm-stub.c +++ b/target/arm/kvm-stub.c @@ -10,7 +10,6 @@ * */ #include "qemu/osdep.h" -#include "qemu-common.h" #include "cpu.h" #include "kvm_arm.h" diff --git a/target/arm/machine.c b/target/arm/machine.c index 96d032f2a7..3fd319a309 100644 --- a/target/arm/machine.c +++ b/target/arm/machine.c @@ -1,5 +1,4 @@ #include "qemu/osdep.h" -#include "qemu-common.h" #include "cpu.h" #include "hw/hw.h" #include "hw/boards.h" |