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 | c34369d48c9b94f5a71f65cc97caaa5a75ffad5c (patch) | |
tree | 43893afe993cad3886ce57b9daaec459ef49a63e /hw/pci.c | |
parent | 42331e9f2fa2d98acc8faf31c4b04de8ea2d7129 (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.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" |