From: Bernhard Beschow Date: Sat, 21 Jan 2023 15:19:37 +0000 (+0100) Subject: hw/acpi/piix4: No need to #include "hw/southbridge/piix.h" X-Git-Tag: v8.0.0-rc0~82^2~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edfa7180106162765a75f7be17be8df0e4ab823e;p=thirdparty%2Fqemu.git hw/acpi/piix4: No need to #include "hw/southbridge/piix.h" hw/acpi/piix4 has its own header with its structure definition etc. Ammends commit 2bfd0845f0 'hw/acpi/piix4: move PIIX4PMState into separate piix4.h header'. Signed-off-by: Bernhard Beschow Reviewed-by: Philippe Mathieu-Daudé Message-Id: <20230121151941.24120-4-shentey@gmail.com> Reviewed-by: Michael S. Tsirkin Signed-off-by: Michael S. Tsirkin --- diff --git a/hw/acpi/piix4.c b/hw/acpi/piix4.c index 0a81f1ad93c..2ab4930f11f 100644 --- a/hw/acpi/piix4.c +++ b/hw/acpi/piix4.c @@ -21,7 +21,6 @@ #include "qemu/osdep.h" #include "hw/i386/pc.h" -#include "hw/southbridge/piix.h" #include "hw/irq.h" #include "hw/isa/apm.h" #include "hw/i2c/pm_smbus.h"