From: Bernhard Beschow Date: Sat, 22 Oct 2022 15:04:43 +0000 (+0200) Subject: hw/isa/piix3: Remove unused include X-Git-Tag: nvme-next-pull-request~111^2~8 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=90ba5c511a7ed0c4e849bc556326c32df9876ee8;p=qemu-nvme.git hw/isa/piix3: Remove unused include Ammends commit 988fb613215993dd0ce642b89ca8182c479d39dd. Signed-off-by: Bernhard Beschow Reviewed-by: Philippe Mathieu-Daudé Message-Id: <20221022150508.26830-19-shentey@gmail.com> Signed-off-by: Philippe Mathieu-Daudé --- diff --git a/hw/isa/piix3.c b/hw/isa/piix3.c index 0bea4aefe7..808fd4eadf 100644 --- a/hw/isa/piix3.c +++ b/hw/isa/piix3.c @@ -30,7 +30,6 @@ #include "hw/irq.h" #include "hw/isa/isa.h" #include "hw/xen/xen.h" -#include "sysemu/xen.h" #include "sysemu/runstate.h" #include "migration/vmstate.h" #include "hw/acpi/acpi_aml_interface.h"