aboutsummaryrefslogtreecommitdiffstats
path: root/hw
diff options
context:
space:
mode:
Diffstat (limited to 'hw')
-rw-r--r--hw/acpi.c2
-rw-r--r--hw/acpi_piix4.c3
-rw-r--r--hw/apm.c1
-rw-r--r--hw/pm_smbus.c5
4 files changed, 0 insertions, 11 deletions
diff --git a/hw/acpi.c b/hw/acpi.c
index 4c4df56fc..c7044b1fa 100644
--- a/hw/acpi.c
+++ b/hw/acpi.c
@@ -17,8 +17,6 @@
*/
#include "hw.h"
#include "pc.h"
-#include "pci.h"
-#include "sysemu.h"
#include "acpi.h"
struct acpi_table_header
diff --git a/hw/acpi_piix4.c b/hw/acpi_piix4.c
index fdef69770..0fce958d0 100644
--- a/hw/acpi_piix4.c
+++ b/hw/acpi_piix4.c
@@ -20,9 +20,6 @@
#include "apm.h"
#include "pm_smbus.h"
#include "pci.h"
-#include "sysemu.h"
-#include "i2c.h"
-#include "smbus.h"
#include "acpi.h"
//#define DEBUG
diff --git a/hw/apm.c b/hw/apm.c
index 3cbde43a8..cdda72f1d 100644
--- a/hw/apm.c
+++ b/hw/apm.c
@@ -19,7 +19,6 @@
#include "apm.h"
#include "hw.h"
-#include "isa.h"
//#define DEBUG
diff --git a/hw/pm_smbus.c b/hw/pm_smbus.c
index 9929d721e..cb8b7ee79 100644
--- a/hw/pm_smbus.c
+++ b/hw/pm_smbus.c
@@ -20,12 +20,7 @@
#include "hw.h"
#include "pc.h"
#include "pm_smbus.h"
-#include "pci.h"
-#include "qemu-timer.h"
-#include "sysemu.h"
-#include "i2c.h"
#include "smbus.h"
-#include "kvm.h"
/* no save/load? */