From: Isaku Yamahata Date: Thu, 12 Nov 2009 05:58:38 +0000 (+0900) Subject: pci: kill unnecessary included in pci.c X-Git-Tag: qemu-xen-4.3.0-rc1~6653^2~15 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=c34369d48c9b94f5a71f65cc97caaa5a75ffad5c;p=qemu-upstream-4.6-testing.git pci: kill unnecessary included in pci.c including pci_host.h isn't needed by pci.c. This patch kills it. Signed-off-by: Isaku Yamahata Signed-off-by: Michael S. Tsirkin --- diff --git a/hw/pci.c b/hw/pci.c index d8f5fa0ed..c3ad1bbb8 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"