diff options
Diffstat (limited to 'hw/ppce500_pci.c')
-rw-r--r-- | hw/ppce500_pci.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/ppce500_pci.c b/hw/ppce500_pci.c index 683e6577b6..336d284d55 100644 --- a/hw/ppce500_pci.c +++ b/hw/ppce500_pci.c @@ -15,12 +15,10 @@ */ #include "hw.h" -#include "ppc.h" #include "ppce500.h" #include "pci.h" #include "pci_host.h" #include "bswap.h" -#include "qemu-log.h" #ifdef DEBUG_PCI #define pci_debug(fmt, ...) fprintf(stderr, fmt, ## __VA_ARGS__) |