From: Andreas Färber Date: Sat, 25 Feb 2012 01:14:24 +0000 (+0100) Subject: hw/mc146818: Drop unneeded #includes X-Git-Tag: v1.1-rc0~227^2~35 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e544a19f8935e48bb90ecbba0e7e8faa7138c74a;p=thirdparty%2Fqemu.git hw/mc146818: Drop unneeded #includes pc.h and apic.h are not needed; apic.h would drag in x86 CPUState and is now included directly for TARGET_I386. isa.h is already #included from mc146818rtc.h. Signed-off-by: Andreas Färber Reviewed-by: Anthony Liguori --- diff --git a/hw/mc146818rtc.c b/hw/mc146818rtc.c index 8b5cf8c81f8..2b59c36ee66 100644 --- a/hw/mc146818rtc.c +++ b/hw/mc146818rtc.c @@ -24,8 +24,6 @@ #include "hw.h" #include "qemu-timer.h" #include "sysemu.h" -#include "pc.h" -#include "isa.h" #include "mc146818rtc.h" #ifdef TARGET_I386