diff options
Diffstat (limited to 'target/ppc')
-rw-r--r-- | target/ppc/cpu.h | 1 | ||||
-rw-r--r-- | target/ppc/gdbstub.c | 1 | ||||
-rw-r--r-- | target/ppc/kvm-stub.c | 1 | ||||
-rw-r--r-- | target/ppc/machine.c | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/target/ppc/cpu.h b/target/ppc/cpu.h index c93ebc4c10..c9beba2a5c 100644 --- a/target/ppc/cpu.h +++ b/target/ppc/cpu.h @@ -20,7 +20,6 @@ #ifndef PPC_CPU_H #define PPC_CPU_H -#include "qemu-common.h" #include "qemu/int128.h" #include "exec/cpu-defs.h" #include "cpu-qom.h" diff --git a/target/ppc/gdbstub.c b/target/ppc/gdbstub.c index ce3625f44e..823759c92e 100644 --- a/target/ppc/gdbstub.c +++ b/target/ppc/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/ppc/kvm-stub.c b/target/ppc/kvm-stub.c index b8aa97f2d4..b98e1d404f 100644 --- a/target/ppc/kvm-stub.c +++ b/target/ppc/kvm-stub.c @@ -10,7 +10,6 @@ * */ #include "qemu/osdep.h" -#include "qemu-common.h" #include "cpu.h" #include "hw/ppc/openpic_kvm.h" diff --git a/target/ppc/machine.c b/target/ppc/machine.c index 25cdb9088b..5ad7b40f45 100644 --- a/target/ppc/machine.c +++ b/target/ppc/machine.c @@ -1,5 +1,4 @@ #include "qemu/osdep.h" -#include "qemu-common.h" #include "cpu.h" #include "exec/exec-all.h" #include "hw/hw.h" |