Browse Source

ppc: remove duplicated includes

applied using ./scripts/clean-includes

not needed since 7ebaf79556

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>
pull/65/head
Philippe Mathieu-Daudé 9 years ago
committed by Michael Tokarev
parent
commit
1945e6ab47
  1. 1
      hw/ppc/spapr_hcall.c
  2. 3
      target/ppc/kvm.c

1
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 {

3
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"

Loading…
Cancel
Save