From: Blue Swirl Date: Sat, 15 May 2010 17:36:13 +0000 (+0000) Subject: Trim unnecessary includes X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~7876 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0b8f9be61cd89de3be7bfac8b5fe544fceca1af3;p=sdk%2Femulator%2Fqemu.git Trim unnecessary includes Signed-off-by: Blue Swirl --- diff --git a/hw/acpi.c b/hw/acpi.c index 4c4df56..c7044b1 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 fdef697..0fce958 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 3cbde43..cdda72f 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 9929d72..cb8b7ee 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? */