projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15ecee7
)
hw/mc146818: Drop unneeded #includes
author
Andreas Färber
<afaerber@suse.de>
Sat, 25 Feb 2012 01:14:24 +0000
(
02:14
+0100)
committer
Andreas Färber
<afaerber@suse.de>
Wed, 14 Mar 2012 21:20:24 +0000
(22:20 +0100)
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>
hw/mc146818rtc.c
patch
|
blob
|
history
diff --git
a/hw/mc146818rtc.c
b/hw/mc146818rtc.c
index 8b5cf8c81f8dba17b111177ee4987adf3a5b817c..2b59c36ee66149f238ea415059c44d7d619925a6 100644
(file)
--- 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