diff options
| author | Bernhard Beschow <shentey@gmail.com> | 2022-10-22 17:04:43 +0200 |
|---|---|---|
| committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2022-10-31 11:32:07 +0100 |
| commit | 90ba5c511a7ed0c4e849bc556326c32df9876ee8 (patch) | |
| tree | 8d80cf42e8f8e217225c005e9e3d522692684a6a | |
| parent | bb2e9b1d660a4bf11c169388b577c851c51ffe24 (diff) | |
| download | focaccia-qemu-90ba5c511a7ed0c4e849bc556326c32df9876ee8.tar.gz focaccia-qemu-90ba5c511a7ed0c4e849bc556326c32df9876ee8.zip | |
hw/isa/piix3: Remove unused include
Ammends commit 988fb613215993dd0ce642b89ca8182c479d39dd. Signed-off-by: Bernhard Beschow <shentey@gmail.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20221022150508.26830-19-shentey@gmail.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
| -rw-r--r-- | hw/isa/piix3.c | 1 |
1 files changed, 0 insertions, 1 deletions
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" |