diff options
Diffstat (limited to 'target/moxie')
-rw-r--r-- | target/moxie/cpu.c | 1 | ||||
-rw-r--r-- | target/moxie/cpu.h | 1 | ||||
-rw-r--r-- | target/moxie/machine.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/target/moxie/cpu.c b/target/moxie/cpu.c index 4688cee8c1..48996d0554 100644 --- a/target/moxie/cpu.c +++ b/target/moxie/cpu.c @@ -20,7 +20,6 @@ #include "qemu/osdep.h" #include "qapi/error.h" #include "cpu.h" -#include "qemu-common.h" #include "migration/vmstate.h" #include "machine.h" diff --git a/target/moxie/cpu.h b/target/moxie/cpu.h index 2b596d5d45..91ef2dc25e 100644 --- a/target/moxie/cpu.h +++ b/target/moxie/cpu.h @@ -20,7 +20,6 @@ #ifndef MOXIE_CPU_H #define MOXIE_CPU_H -#include "qemu-common.h" #include "exec/cpu-defs.h" #define MOXIE_EX_DIV0 0 diff --git a/target/moxie/machine.c b/target/moxie/machine.c index 282dcd869f..322a724e6f 100644 --- a/target/moxie/machine.c +++ b/target/moxie/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" |