]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/hw.h
exec: move include files to include/exec/
[mirror_qemu.git] / hw / hw.h
diff --git a/hw/hw.h b/hw/hw.h
index b337ee30423d2742b6a7b77e15fe2a4c39f4d215..7368470bb1356fe8f269771aedd5e09adf867bbb 100644 (file)
--- a/hw/hw.h
+++ b/hw/hw.h
@@ -5,11 +5,12 @@
 #include "qemu-common.h"
 
 #if !defined(CONFIG_USER_ONLY) && !defined(NEED_CPU_H)
-#include "cpu-common.h"
+#include "exec/cpu-common.h"
 #endif
 
-#include "ioport.h"
+#include "exec/ioport.h"
 #include "irq.h"
+#include "block/aio.h"
 #include "qemu-file.h"
 #include "vmstate.h"
 #include "qemu-log.h"