projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42331e9
)
pci: kill unnecessary included in pci.c
author
Isaku Yamahata
<yamahata@valinux.co.jp>
Thu, 12 Nov 2009 05:58:38 +0000
(14:58 +0900)
committer
Michael S. Tsirkin
<mst@redhat.com>
Tue, 1 Dec 2009 15:51:58 +0000
(17:51 +0200)
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>
hw/pci.c
patch
|
blob
|
history
diff --git
a/hw/pci.c
b/hw/pci.c
index d8f5fa0ede651276a1d1020507cb82feae70d921..c3ad1bbb89e26a7602d79cfded11777fc6ca39a3 100644
(file)
--- 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"