diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2017-10-17 13:43:58 -0300 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2017-12-18 17:07:02 +0300 |
commit | 1945e6ab47faad4778883fa5cf839ece006ea3d0 (patch) | |
tree | 79e8804a4e0e51f8a0ea1c70e6441f688324fc60 | |
parent | ff676046fb7018a1e62961cc306e466b0a167540 (diff) | |
download | qemu-1945e6ab47faad4778883fa5cf839ece006ea3d0.zip qemu-1945e6ab47faad4778883fa5cf839ece006ea3d0.tar.gz qemu-1945e6ab47faad4778883fa5cf839ece006ea3d0.tar.bz2 |
ppc: remove duplicated includes
applied using ./scripts/clean-includes
not needed since 7ebaf795560
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
-rw-r--r-- | hw/ppc/spapr_hcall.c | 1 | ||||
-rw-r--r-- | target/ppc/kvm.c | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/hw/ppc/spapr_hcall.c b/hw/ppc/spapr_hcall.c index be22a6b..51eba52 100644 --- a/hw/ppc/spapr_hcall.c +++ b/hw/ppc/spapr_hcall.c @@ -13,7 +13,6 @@ #include "trace.h" #include "kvm_ppc.h" #include "hw/ppc/spapr_ovec.h" -#include "qemu/error-report.h" #include "mmu-book3s-v3.h" struct SPRSyncState { diff --git a/target/ppc/kvm.c b/target/ppc/kvm.c index 9d57deb..4664a3c 100644 --- a/target/ppc/kvm.c +++ b/target/ppc/kvm.c @@ -47,9 +47,6 @@ #include "sysemu/hostmem.h" #include "qemu/cutils.h" #include "qemu/mmap-alloc.h" -#if defined(TARGET_PPC64) -#include "hw/ppc/spapr_cpu_core.h" -#endif #include "elf.h" #include "sysemu/kvm_int.h" |