diff options
Diffstat (limited to 'target/hppa')
| -rw-r--r-- | target/hppa/cpu.h | 1 | ||||
| -rw-r--r-- | target/hppa/gdbstub.c | 1 | ||||
| -rw-r--r-- | target/hppa/machine.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/target/hppa/cpu.h b/target/hppa/cpu.h index c7db2eca9a..2e1f2ac67c 100644 --- a/target/hppa/cpu.h +++ b/target/hppa/cpu.h @@ -20,7 +20,6 @@ #ifndef HPPA_CPU_H #define HPPA_CPU_H -#include "qemu-common.h" #include "cpu-qom.h" #include "exec/cpu-defs.h" diff --git a/target/hppa/gdbstub.c b/target/hppa/gdbstub.c index 983bf92aaf..341888a9da 100644 --- a/target/hppa/gdbstub.c +++ b/target/hppa/gdbstub.c @@ -18,7 +18,6 @@ */ #include "qemu/osdep.h" -#include "qemu-common.h" #include "cpu.h" #include "exec/gdbstub.h" diff --git a/target/hppa/machine.c b/target/hppa/machine.c index a1bee9796f..73e8121bde 100644 --- a/target/hppa/machine.c +++ b/target/hppa/machine.c @@ -18,7 +18,6 @@ */ #include "qemu/osdep.h" -#include "qemu-common.h" #include "cpu.h" #include "hw/hw.h" #include "hw/boards.h" |