]> Git Repo - qemu.git/commitdiff
hw/pci-host/q35: Remove unused includes
authorPhilippe Mathieu-Daudé <[email protected]>
Fri, 28 Feb 2020 11:46:48 +0000 (12:46 +0100)
committerLaurent Vivier <[email protected]>
Mon, 9 Mar 2020 14:59:31 +0000 (15:59 +0100)
Only q35.c requires declarations from "hw/i386/pc.h", move it there.
Remove all the includes not used by "q35.h".

Acked-by: John Snow <[email protected]>
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Message-Id: <20200228114649[email protected]>
Signed-off-by: Laurent Vivier <[email protected]>
hw/pci-host/q35.c
include/hw/pci-host/q35.h

index a9b9ccc87657018bf1f9cc57e0bc2abc298cd758..993f467668dc471da2fe5088742a93a47a3abdfc 100644 (file)
@@ -29,6 +29,7 @@
  */
 
 #include "qemu/osdep.h"
+#include "hw/i386/pc.h"
 #include "hw/pci-host/q35.h"
 #include "hw/qdev-properties.h"
 #include "migration/vmstate.h"
index 47086c645e9f32290f2b3bc15828eda6822532b1..070305f83dfd9dca2f15934ba094299b6d8c2563 100644 (file)
 #ifndef HW_Q35_H
 #define HW_Q35_H
 
-#include "hw/isa/isa.h"
-#include "hw/sysbus.h"
-#include "hw/i386/pc.h"
-#include "hw/isa/apm.h"
 #include "hw/pci/pci.h"
 #include "hw/pci/pcie_host.h"
-#include "hw/acpi/acpi.h"
-#include "hw/acpi/ich9.h"
 #include "hw/pci-host/pam.h"
-#include "hw/i386/intel_iommu.h"
 #include "qemu/units.h"
 #include "qemu/range.h"
 
This page took 0.037664 seconds and 4 git commands to generate.