From: Philippe Mathieu-Daudé Date: Tue, 13 Feb 2024 12:01:48 +0000 (+0100) Subject: hw/isa/lpc_ich9: Remove unused 'hw/i386/pc.h' X-Git-Tag: v9.0.0-rc0~55^2~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b9212a57f57f637ee6d25208d961e3c90c97ef98;p=thirdparty%2Fqemu.git hw/isa/lpc_ich9: Remove unused 'hw/i386/pc.h' Commit c461f3e382 ("hw/acpi/acpi_dev_interface: Remove now unused madt_cpu virtual method") removed the need for "hw/i386/pc.h". Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Michael Tokarev Reviewed-by: Luc Michel Signed-off-by: Michael Tokarev --- diff --git a/hw/isa/lpc_ich9.c b/hw/isa/lpc_ich9.c index 70c6e8a093d..bd727b2320b 100644 --- a/hw/isa/lpc_ich9.c +++ b/hw/isa/lpc_ich9.c @@ -41,7 +41,6 @@ #include "hw/isa/apm.h" #include "hw/pci/pci.h" #include "hw/southbridge/ich9.h" -#include "hw/i386/pc.h" #include "hw/acpi/acpi.h" #include "hw/acpi/ich9.h" #include "hw/pci/pci_bus.h"