From: Philippe Mathieu-Daudé Date: Fri, 8 Mar 2019 01:32:06 +0000 (+0100) Subject: hw/i386: Remove unused include X-Git-Tag: v4.0.0-rc0~33^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a90846d6f61065140ff4c610bee6b4e385372f0;p=thirdparty%2Fqemu.git hw/i386: Remove unused include Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Laszlo Ersek Reviewed-by: Thomas Huth Message-Id: <20190308013222.12524-3-philmd@redhat.com> Signed-off-by: Laurent Vivier --- diff --git a/hw/acpi/piix4.c b/hw/acpi/piix4.c index 8fd25a59269..7b98121070f 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"