]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/vfio_pci.c
hw: include hw header files with full paths
[mirror_qemu.git] / hw / vfio_pci.c
index ad9ae360b2f6222c37f32592494657d8d2d7401f..288361d0fb9a1115d3ac267989c600716c232522 100644 (file)
@@ -31,9 +31,9 @@
 #include "exec/address-spaces.h"
 #include "sysemu/kvm.h"
 #include "exec/memory.h"
-#include "pci/msi.h"
-#include "pci/msix.h"
-#include "pci/pci.h"
+#include "hw/pci/msi.h"
+#include "hw/pci/msix.h"
+#include "hw/pci/pci.h"
 #include "qemu-common.h"
 #include "qemu/error-report.h"
 #include "qemu/queue.h"