From: Philippe Mathieu-Daudé Date: Wed, 11 Oct 2023 04:40:57 +0000 (+0200) Subject: hw/ppc/ppc4xx_pci: Remove unused "hw/ppc/ppc.h" header X-Git-Tag: v9.0.0-rc0~53^2~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d0e870f4472b2f373a8d7e8cf88fd11b4da0e58c;p=thirdparty%2Fqemu.git hw/ppc/ppc4xx_pci: Remove unused "hw/ppc/ppc.h" header Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: BALATON Zoltan Reviewed-by: Thomas Huth Message-Id: <20240215105017.57748-2-philmd@linaro.org> --- diff --git a/hw/ppc/ppc440_pcix.c b/hw/ppc/ppc440_pcix.c index df4ee374d04..d84418cb7b4 100644 --- a/hw/ppc/ppc440_pcix.c +++ b/hw/ppc/ppc440_pcix.c @@ -25,7 +25,6 @@ #include "qemu/module.h" #include "qemu/units.h" #include "hw/irq.h" -#include "hw/ppc/ppc.h" #include "hw/ppc/ppc4xx.h" #include "hw/pci/pci_device.h" #include "hw/pci/pci_host.h" diff --git a/hw/ppc/ppc4xx_pci.c b/hw/ppc/ppc4xx_pci.c index 0a07aab5d15..e4101398c90 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"