From e544a19f8935e48bb90ecbba0e7e8faa7138c74a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Sat, 25 Feb 2012 02:14:24 +0100 Subject: hw/mc146818: Drop unneeded #includes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- hw/mc146818rtc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/hw/mc146818rtc.c b/hw/mc146818rtc.c index 8b5cf8c81f..2b59c36ee6 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 -- cgit v1.2.1