diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-05-15 17:36:13 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-05-15 17:36:13 +0000 |
commit | 0b8f9be61cd89de3be7bfac8b5fe544fceca1af3 (patch) | |
tree | 693b18da15b07b9e0055de3f9dadfa7019d3e6cc /hw | |
parent | ec51e364ed041c5526e388cc1e480f48ecb68c3c (diff) | |
download | qemu-0b8f9be61cd89de3be7bfac8b5fe544fceca1af3.tar.gz qemu-0b8f9be61cd89de3be7bfac8b5fe544fceca1af3.tar.bz2 qemu-0b8f9be61cd89de3be7bfac8b5fe544fceca1af3.zip |
Trim unnecessary includes
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw')
-rw-r--r-- | hw/acpi.c | 2 | ||||
-rw-r--r-- | hw/acpi_piix4.c | 3 | ||||
-rw-r--r-- | hw/apm.c | 1 | ||||
-rw-r--r-- | hw/pm_smbus.c | 5 |
4 files changed, 0 insertions, 11 deletions
@@ -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 fdef69770a..0fce958d07 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 @@ -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 9929d721eb..cb8b7ee793 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? */ |