From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:51956) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rd4OT-0004U8-J4 for qemu-devel@nongnu.org; Tue, 20 Dec 2011 13:26:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rd4OS-0004uc-M2 for qemu-devel@nongnu.org; Tue, 20 Dec 2011 13:26:29 -0500 Received: from mnementh.archaic.org.uk ([81.2.115.146]:37803) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rd4OS-0004uO-Af for qemu-devel@nongnu.org; Tue, 20 Dec 2011 13:26:28 -0500 From: Peter Maydell Date: Tue, 20 Dec 2011 18:11:36 +0000 Message-Id: <1324404696-31368-7-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1324404696-31368-1-git-send-email-peter.maydell@linaro.org> References: <1324404696-31368-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH 6/6] hw/omap1.c: Drop unused includes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Juha=20Riihim=C3=A4ki?= , Riku Voipio , patches@linaro.org Drop includes of qemu-timer.h, qemu-char.h and pc.h as they are no longer needed. Signed-off-by: Peter Maydell --- hw/omap1.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/hw/omap1.c b/hw/omap1.c index 5fc67e9..f89dca5 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" -- 1.7.1