mirror of https://github.com/xemu-project/xemu.git
nvnet: Drop pc.h, add pci_device.h includes
This commit is contained in:
parent
376280a635
commit
8687b152c9
|
@ -21,8 +21,8 @@
|
|||
#include "qemu/osdep.h"
|
||||
#include "trace.h"
|
||||
#include "hw/hw.h"
|
||||
#include "hw/i386/pc.h"
|
||||
#include "hw/pci/pci.h"
|
||||
#include "hw/pci/pci_device.h"
|
||||
#include "hw/qdev-properties.h"
|
||||
#include "net/net.h"
|
||||
#include "qemu/bswap.h"
|
||||
|
|
Loading…
Reference in New Issue