summaryrefslogtreecommitdiff
path: root/hw
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
commitda0a3f6ad7edf011e0827d47fcfa6a6d04f4a54f (patch)
tree43893afe993cad3886ce57b9daaec459ef49a63e /hw
parent8c74d26a037820e421ddf9089f24bef8a55a7284 (diff)
downloadqemu-da0a3f6ad7edf011e0827d47fcfa6a6d04f4a54f.tar.gz
qemu-da0a3f6ad7edf011e0827d47fcfa6a6d04f4a54f.tar.bz2
qemu-da0a3f6ad7edf011e0827d47fcfa6a6d04f4a54f.zip
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')
-rw-r--r--hw/pci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/pci.c b/hw/pci.c
index d8f5fa0ede..c3ad1bbb89 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"