]> git.proxmox.com Git - qemu.git/blobdiff - hw/hw.h
migration: move include files to include/migration/
[qemu.git] / hw / hw.h
diff --git a/hw/hw.h b/hw/hw.h
index 16101de3cea4bc016e4144d7ece80bc4a66412b6..883ddb60f9ae0b45289e4562b39ea3274db489b8 100644 (file)
--- a/hw/hw.h
+++ b/hw/hw.h
@@ -5,13 +5,15 @@
 #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 "qemu-file.h"
-#include "vmstate.h"
+#include "block/aio.h"
+#include "migration/qemu-file.h"
+#include "migration/vmstate.h"
+#include "qemu-log.h"
 
 #ifdef NEED_CPU_H
 #if TARGET_LONG_BITS == 64