diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2011-12-20 08:11:36 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2012-01-04 13:41:42 +0000 |
commit | e023668198b552d7fa3115178d13a0b7c93c662b (patch) | |
tree | d224a728ca2f8669e3fb4dbd230e885b6084eec1 /hw | |
parent | b9f7bc40ed2a8746fa90d86459ab81ef55fd3de8 (diff) | |
download | qemu-e023668198b552d7fa3115178d13a0b7c93c662b.zip |
hw/omap1.c: Drop unused includes
Drop includes of qemu-timer.h, qemu-char.h and pc.h as they are no
longer needed.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw')
-rw-r--r-- | hw/omap1.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/omap1.c b/hw/omap1.c index 6ab919273b..976ef719a7 100644 --- a/hw/omap1.c +++ b/hw/omap1.c @@ -20,11 +20,7 @@ #include "arm-misc.h" #include "omap.h" #include "sysemu.h" -#include "qemu-timer.h" -#include "qemu-char.h" #include "soc_dma.h" -/* We use pc-style serial ports. */ -#include "pc.h" #include "blockdev.h" #include "range.h" #include "sysbus.h" |