From 8687b152c95ef47d19c695a144831d32291c8c4c Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Mon, 6 Jan 2025 22:53:12 -0700 Subject: [PATCH] nvnet: Drop pc.h, add pci_device.h includes --- hw/xbox/nvnet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xbox/nvnet.c b/hw/xbox/nvnet.c index b0f0f8f2ce..1f308eb180 100644 --- a/hw/xbox/nvnet.c +++ b/hw/xbox/nvnet.c @@ -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"