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 <afaerber@suse.de> Reviewed-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
15ecee7405
commit
e544a19f89
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user