]> git.proxmox.com Git - mirror_qemu.git/blobdiff - memory.c
exec: move include files to include/exec/
[mirror_qemu.git] / memory.c
index 741985385ca9de6b4d8c3d37f362b6e14e2ca7f5..d40193d4740e834c9467c4d901997d32556eedc7 100644 (file)
--- a/memory.c
+++ b/memory.c
  * GNU GPL, version 2 or (at your option) any later version.
  */
 
-#include "memory.h"
-#include "exec-memory.h"
-#include "ioport.h"
+#include "exec/memory.h"
+#include "exec/address-spaces.h"
+#include "exec/ioport.h"
 #include "bitops.h"
 #include "kvm.h"
 #include <assert.h>
 
-#include "memory-internal.h"
+#include "exec/memory-internal.h"
 
 static unsigned memory_region_transaction_depth;
 static bool memory_region_update_pending;