diff options
author | Isaku Yamahata <yamahata@valinux.co.jp> | 2009-11-12 14:58:38 +0900 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2009-12-01 17:51:58 +0200 |
commit | da0a3f6ad7edf011e0827d47fcfa6a6d04f4a54f (patch) | |
tree | 43893afe993cad3886ce57b9daaec459ef49a63e /hw | |
parent | 8c74d26a037820e421ddf9089f24bef8a55a7284 (diff) | |
download | qemu-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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -23,7 +23,6 @@ */ #include "hw.h" #include "pci.h" -#include "pci_host.h" #include "monitor.h" #include "net.h" #include "sysemu.h" |