nvnet: Drop pc.h, add pci_device.h includes

This commit is contained in:
Matt Borgerson
2025-01-06 23:05:53 -07:00
parent 376280a635
commit 8687b152c9
+1 -1
View File
@@ -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"