aboutsummaryrefslogtreecommitdiff
path: root/hw/acpi
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@redhat.com>2019-03-08 02:32:06 +0100
committerLaurent Vivier <laurent@vivier.eu>2019-03-11 18:48:20 +0100
commit4a90846d6f61065140ff4c610bee6b4e385372f0 (patch)
tree87fb873c93946f7d3314be0f0fecd57368258dbb /hw/acpi
parent96f209b946e400d1cca3b86331570843ee4c6243 (diff)
downloadqemu-4a90846d6f61065140ff4c610bee6b4e385372f0.zip
qemu-4a90846d6f61065140ff4c610bee6b4e385372f0.tar.gz
qemu-4a90846d6f61065140ff4c610bee6b4e385372f0.tar.bz2
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')
-rw-r--r--hw/acpi/piix4.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/acpi/piix4.c b/hw/acpi/piix4.c
index 8fd25a5..7b98121 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"