diff options
author | Philippe Mathieu-Daudé | 2019-03-08 02:32:06 +0100 |
---|---|---|
committer | Laurent Vivier | 2019-03-11 18:48:20 +0100 |
commit | 4a90846d6f61065140ff4c610bee6b4e385372f0 (patch) | |
tree | 87fb873c93946f7d3314be0f0fecd57368258dbb /hw/acpi/piix4.c | |
parent | hw/nvram/fw_cfg: Remove the unnecessary boot_splash_filedata_size (diff) | |
download | qemu-4a90846d6f61065140ff4c610bee6b4e385372f0.tar.gz qemu-4a90846d6f61065140ff4c610bee6b4e385372f0.tar.xz qemu-4a90846d6f61065140ff4c610bee6b4e385372f0.zip |
hw/i386: Remove unused include
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20190308013222.12524-3-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hw/acpi/piix4.c')
-rw-r--r-- | hw/acpi/piix4.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/acpi/piix4.c b/hw/acpi/piix4.c index 8fd25a5926..7b98121070 100644 --- a/hw/acpi/piix4.c +++ b/hw/acpi/piix4.c @@ -28,7 +28,6 @@ #include "sysemu/sysemu.h" #include "qapi/error.h" #include "qemu/range.h" -#include "hw/nvram/fw_cfg.h" #include "exec/address-spaces.h" #include "hw/acpi/piix4.h" #include "hw/acpi/pcihp.h" |