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

This commit is contained in:
Matt Borgerson 2025-01-06 22:53:12 -07:00
parent 376280a635
commit 8687b152c9
1 changed files with 1 additions and 1 deletions

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"