From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:58652) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiRnq-0000lf-KY for qemu-devel@nongnu.org; Wed, 04 Jan 2012 09:27:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RiRnk-00042w-MR for qemu-devel@nongnu.org; Wed, 04 Jan 2012 09:26:54 -0500 Received: from mnementh.archaic.org.uk ([81.2.115.146]:51887) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiRnk-00042m-FP for qemu-devel@nongnu.org; Wed, 04 Jan 2012 09:26:48 -0500 From: Peter Maydell Date: Wed, 4 Jan 2012 13:56:21 +0000 Message-Id: <1325685386-23315-8-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1325685386-23315-1-git-send-email-peter.maydell@linaro.org> References: <1325685386-23315-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH 07/12] hw/omap1.c: Drop unused includes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.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 6ab9192..976ef71 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