]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/pci/pci.c
exec: move include files to include/exec/
[mirror_qemu.git] / hw / pci / pci.c
index 2e455e22d2c0eb8cab53932adad1d62fce3bd033..fa0f08eb0aa7fcedd6f42e9965802ea128a6fde4 100644 (file)
 #include "hw/pci/pci_bridge.h"
 #include "hw/pci/pci_bus.h"
 #include "monitor.h"
-#include "net.h"
+#include "net/net.h"
 #include "sysemu.h"
 #include "hw/loader.h"
 #include "range.h"
 #include "qmp-commands.h"
 #include "hw/pci/msi.h"
 #include "hw/pci/msix.h"
-#include "exec-memory.h"
+#include "exec/address-spaces.h"
 
 //#define DEBUG_PCI
 #ifdef DEBUG_PCI