]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/macio.c
hw: move headers to include/
[mirror_qemu.git] / hw / macio.c
index e91143e3315aceebed7989b231ebaebb881f7bee..2f389dd7ccffe9b68dbf9f6bf420afd413e6d1ac 100644 (file)
@@ -25,8 +25,8 @@
 #include "hw/hw.h"
 #include "hw/ppc/mac.h"
 #include "hw/pci/pci.h"
-#include "hw/mac_dbdma.h"
-#include "hw/escc.h"
+#include "hw/ppc/mac_dbdma.h"
+#include "hw/char/escc.h"
 
 #define TYPE_MACIO "macio"
 #define MACIO(obj) OBJECT_CHECK(MacIOState, (obj), TYPE_MACIO)