From: Michael S. Tsirkin Date: Thu, 8 Feb 2018 17:40:02 +0000 (+0200) Subject: lpc: drop pcie host dependency X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=562a140765e56b898601fbd84046fc4d9b9a3bed;p=qmiga%2Fqemu.git lpc: drop pcie host dependency Doesn't look like that header is used. Signed-off-by: Michael S. Tsirkin --- diff --git a/hw/isa/lpc_ich9.c b/hw/isa/lpc_ich9.c index adcf077fa5..e692b9fdc1 100644 --- a/hw/isa/lpc_ich9.c +++ b/hw/isa/lpc_ich9.c @@ -39,7 +39,6 @@ #include "hw/isa/apm.h" #include "hw/i386/ioapic.h" #include "hw/pci/pci.h" -#include "hw/pci/pcie_host.h" #include "hw/pci/pci_bridge.h" #include "hw/i386/ich9.h" #include "hw/acpi/acpi.h"