]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/pci_bridge_dev.c
hw: include hw header files with full paths
[mirror_qemu.git] / hw / pci_bridge_dev.c
index 1124c53b8c0dc716fb45feffc1ad36d306540486..9cc6a4082df89d818dcb99521c7482be6bf58582 100644 (file)
  * with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "pci/pci_bridge.h"
-#include "pci/pci_ids.h"
-#include "pci/msi.h"
-#include "pci/shpc.h"
-#include "pci/slotid_cap.h"
+#include "hw/pci/pci_bridge.h"
+#include "hw/pci/pci_ids.h"
+#include "hw/pci/msi.h"
+#include "hw/pci/shpc.h"
+#include "hw/pci/slotid_cap.h"
 #include "exec/memory.h"
-#include "pci/pci_bus.h"
+#include "hw/pci/pci_bus.h"
 
 struct PCIBridgeDev {
     PCIBridge bridge;