]> Git Repo - qemu.git/blobdiff - hw/hw.h
s390: new contributions GPLv2 or later
[qemu.git] / hw / hw.h
diff --git a/hw/hw.h b/hw/hw.h
index f530f6f41a724c3e5f12c64e31281f59a9256ccc..dfced97bbc1ce605cd5b2b6b8e1b0e272e879b21 100644 (file)
--- a/hw/hw.h
+++ b/hw/hw.h
@@ -5,15 +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-aio.h"
-#include "qemu-file.h"
-#include "vmstate.h"
-#include "qemu-log.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
This page took 0.025991 seconds and 4 git commands to generate.