aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/ppc4xx_pci.c
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2023-10-11 06:40:57 +0200
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2024-02-22 12:47:40 +0100
commitd0e870f4472b2f373a8d7e8cf88fd11b4da0e58c (patch)
treec9018a03b2c95dc3626a567a6d7e4a1a7ddbf5e8 /hw/ppc/ppc4xx_pci.c
parent0068b069c3ffb9ac8e5ad56bf0c9d853bbfc3997 (diff)
downloadqemu-d0e870f4472b2f373a8d7e8cf88fd11b4da0e58c.zip
qemu-d0e870f4472b2f373a8d7e8cf88fd11b4da0e58c.tar.gz
qemu-d0e870f4472b2f373a8d7e8cf88fd11b4da0e58c.tar.bz2
hw/ppc/ppc4xx_pci: Remove unused "hw/ppc/ppc.h" header
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: BALATON Zoltan <balaton@eik.bme.hu> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20240215105017.57748-2-philmd@linaro.org>
Diffstat (limited to 'hw/ppc/ppc4xx_pci.c')
-rw-r--r--hw/ppc/ppc4xx_pci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/ppc/ppc4xx_pci.c b/hw/ppc/ppc4xx_pci.c
index 0a07aab..e410139 100644
--- a/hw/ppc/ppc4xx_pci.c
+++ b/hw/ppc/ppc4xx_pci.c
@@ -24,7 +24,6 @@
#include "qemu/osdep.h"
#include "qemu/log.h"
#include "hw/irq.h"
-#include "hw/ppc/ppc.h"
#include "hw/ppc/ppc4xx.h"
#include "migration/vmstate.h"
#include "qemu/module.h"