From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N8X1A-0007RE-L4 for qemu-devel@nongnu.org; Thu, 12 Nov 2009 05:35:08 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N8X15-0007JU-Th for qemu-devel@nongnu.org; Thu, 12 Nov 2009 05:35:07 -0500 Received: from [199.232.76.173] (port=49920 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N8X15-0007JD-JX for qemu-devel@nongnu.org; Thu, 12 Nov 2009 05:35:03 -0500 Received: from mx1.redhat.com ([209.132.183.28]:21258) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N8X15-0002yT-5a for qemu-devel@nongnu.org; Thu, 12 Nov 2009 05:35:03 -0500 Date: Thu, 12 Nov 2009 12:32:30 +0200 From: "Michael S. Tsirkin" Message-ID: <20091112103230.GF3785@redhat.com> References: <1258005528-25383-1-git-send-email-yamahata@valinux.co.jp> <1258005528-25383-11-git-send-email-yamahata@valinux.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1258005528-25383-11-git-send-email-yamahata@valinux.co.jp> Subject: [Qemu-devel] Re: [PATCH 10/20] pci: kill unnecessary included in pci.c List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Isaku Yamahata Cc: qemu-devel@nongnu.org On Thu, Nov 12, 2009 at 02:58:38PM +0900, Isaku Yamahata wrote: > including pci_host.h isn't needed by pci.c. > This patch kills it. > > Signed-off-by: Isaku Yamahata Acked-by: Michael S. Tsirkin > --- > hw/pci.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/hw/pci.c b/hw/pci.c > index e73f07c..67818b7 100644 > --- a/hw/pci.c > +++ b/hw/pci.c > @@ -23,7 +23,6 @@ > */ > #include "hw.h" > #include "pci.h" > -#include "pci_host.h" > #include "monitor.h" > #include "net.h" > #include "sysemu.h" > -- > 1.6.0.2