From patchwork Tue Dec 20 18:11:36 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Maydell X-Patchwork-Id: 5897 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id AB16D23E03 for ; Tue, 20 Dec 2011 18:11:41 +0000 (UTC) Received: from mail-ey0-f180.google.com (mail-ey0-f180.google.com [209.85.215.180]) by fiordland.canonical.com (Postfix) with ESMTP id 99FF5A1821A for ; Tue, 20 Dec 2011 18:11:41 +0000 (UTC) Received: by eaac11 with SMTP id c11so3641659eaa.11 for ; Tue, 20 Dec 2011 10:11:41 -0800 (PST) Received: by 10.205.120.148 with SMTP id fy20mr948468bkc.125.1324404701307; Tue, 20 Dec 2011 10:11:41 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.205.82.144 with SMTP id ac16cs18987bkc; Tue, 20 Dec 2011 10:11:41 -0800 (PST) Received: by 10.227.208.133 with SMTP id gc5mr3048692wbb.25.1324404699590; Tue, 20 Dec 2011 10:11:39 -0800 (PST) Received: from mnementh.archaic.org.uk (mnementh.archaic.org.uk. [81.2.115.146]) by mx.google.com with ESMTPS id t65si1473060weq.79.2011.12.20.10.11.39 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 20 Dec 2011 10:11:39 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of pm215@archaic.org.uk designates 81.2.115.146 as permitted sender) client-ip=81.2.115.146; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of pm215@archaic.org.uk designates 81.2.115.146 as permitted sender) smtp.mail=pm215@archaic.org.uk Received: from pm215 by mnementh.archaic.org.uk with local (Exim 4.72) (envelope-from ) id 1Rd4A4-0008AZ-Gd; Tue, 20 Dec 2011 18:11:36 +0000 From: Peter Maydell To: qemu-devel@nongnu.org Cc: patches@linaro.org, Andrzej Zaborowski , =?UTF-8?q?Juha=20Riihim=C3=A4ki?= , Riku Voipio Subject: [PATCH 6/6] hw/omap1.c: Drop unused includes Date: Tue, 20 Dec 2011 18:11:36 +0000 Message-Id: <1324404696-31368-7-git-send-email-peter.maydell@linaro.org> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: <1324404696-31368-1-git-send-email-peter.maydell@linaro.org> References: <1324404696-31368-1-git-send-email-peter.maydell@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"