diff options
Diffstat (limited to 'target/i386')
-rw-r--r-- | target/i386/cpu.c | 1 | ||||
-rw-r--r-- | target/i386/machine.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/target/i386/cpu.c b/target/i386/cpu.c index 80f1443110..ff65e11008 100644 --- a/target/i386/cpu.c +++ b/target/i386/cpu.c @@ -54,7 +54,6 @@ #include "hw/i386/topology.h" #ifndef CONFIG_USER_ONLY #include "exec/address-spaces.h" -#include "hw/hw.h" #include "hw/xen/xen.h" #include "hw/i386/apic_internal.h" #include "hw/boards.h" diff --git a/target/i386/machine.c b/target/i386/machine.c index b1146093b5..f8c6feea08 100644 --- a/target/i386/machine.c +++ b/target/i386/machine.c @@ -1,7 +1,6 @@ #include "qemu/osdep.h" #include "cpu.h" #include "exec/exec-all.h" -#include "hw/hw.h" #include "hw/boards.h" #include "hw/i386/pc.h" #include "hw/isa/isa.h" |