aboutsummaryrefslogtreecommitdiffstats
path: root/hw/pci.c
diff options
context:
space:
mode:
authorIsaku Yamahata <yamahata@valinux.co.jp>2009-11-12 14:58:38 +0900
committerMichael S. Tsirkin <mst@redhat.com>2009-12-01 17:51:58 +0200
commitc34369d48c9b94f5a71f65cc97caaa5a75ffad5c (patch)
tree43893afe993cad3886ce57b9daaec459ef49a63e /hw/pci.c
parent42331e9f2fa2d98acc8faf31c4b04de8ea2d7129 (diff)
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 <yamahata@valinux.co.jp> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/pci.c')
-rw-r--r--hw/pci.c1
1 files changed, 0 insertions, 1 deletions
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"