]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/qtest/libqos/pci.c
meson: convert tests/qtest to meson
[mirror_qemu.git] / tests / qtest / libqos / pci.c
index 2309a724e434b0342f9d963e6833a44b607bdf19..e1e96189c821734850901cb6401fb6e219be5636 100644 (file)
  */
 
 #include "qemu/osdep.h"
-#include "libqos/pci.h"
+#include "pci.h"
 
 #include "hw/pci/pci_regs.h"
 #include "qemu/host-utils.h"
-#include "libqos/qgraph.h"
+#include "qgraph.h"
 
 void qpci_device_foreach(QPCIBus *bus, int vendor_id, int device_id,
                          void (*func)(QPCIDevice *dev, int devfn, void *data),