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>
master
Isaku Yamahata 2009-11-12 14:58:38 +09:00 committed by Michael S. Tsirkin
parent 42331e9f2f
commit c34369d48c
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@
*/
#include "hw.h"
#include "pci.h"
#include "pci_host.h"
#include "monitor.h"
#include "net.h"
#include "sysemu.h"