]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/ppce500_pci.c
hw: include hw header files with full paths
[mirror_qemu.git] / hw / ppce500_pci.c
index 1e1ade3d2eaa45002c16ac06667a20ce83d23479..310ae1c03d8961be5d184481acdca5bf226c0071 100644 (file)
  * (at your option) any later version.
  */
 
-#include "hw.h"
+#include "hw/hw.h"
 #include "hw/ppc/e500-ccsr.h"
-#include "pci/pci.h"
-#include "pci/pci_host.h"
+#include "hw/pci/pci.h"
+#include "hw/pci/pci_host.h"
 #include "qemu/bswap.h"
-#include "ppce500_pci.h"
+#include "hw/ppce500_pci.h"
 
 #ifdef DEBUG_PCI
 #define pci_debug(fmt, ...) fprintf(stderr, fmt, ## __VA_ARGS__)