]> 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 003d974866115a95232efe3ffc7b312a9e7420cf..7368470bb1356fe8f269771aedd5e09adf867bbb 100644 (file)
--- a/hw/hw.h
+++ b/hw/hw.h
@@ -5,10 +5,10 @@
 #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"