From: Peter Maydell Date: Tue, 20 Dec 2011 08:11:36 +0000 (+0000) Subject: hw/omap1.c: Drop unused includes X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=e023668198b552d7fa3115178d13a0b7c93c662b;p=qemu-xen-4.4-testing.git 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 --- diff --git a/hw/omap1.c b/hw/omap1.c index 6ab919273..976ef719a 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"