diff options
Diffstat (limited to 'target/arm')
-rw-r--r-- | target/arm/machine.c | 1 | ||||
-rw-r--r-- | target/arm/monitor.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/target/arm/machine.c b/target/arm/machine.c index bf2a0a6a09..5c36707a7c 100644 --- a/target/arm/machine.c +++ b/target/arm/machine.c @@ -1,6 +1,5 @@ #include "qemu/osdep.h" #include "cpu.h" -#include "hw/boards.h" #include "qemu/error-report.h" #include "sysemu/kvm.h" #include "kvm_arm.h" diff --git a/target/arm/monitor.c b/target/arm/monitor.c index 6ec6dd04ac..6457c3c87f 100644 --- a/target/arm/monitor.c +++ b/target/arm/monitor.c @@ -21,7 +21,6 @@ */ #include "qemu/osdep.h" -#include "hw/boards.h" #include "kvm_arm.h" #include "qapi/qapi-commands-misc-target.h" |