]> git.proxmox.com Git - qemu.git/blobdiff - target-s390x/mem_helper.c
exec: move include files to include/exec/
[qemu.git] / target-s390x / mem_helper.c
index 91b25e309dc8ec0755e8d2a6ea40d8466ca24e00..bed21e6e1cae0a6f249935bce419ef3a191f4e10 100644 (file)
 /*****************************************************************************/
 /* Softmmu support */
 #if !defined(CONFIG_USER_ONLY)
-#include "softmmu_exec.h"
+#include "exec/softmmu_exec.h"
 
 #define MMUSUFFIX _mmu
 
 #define SHIFT 0
-#include "softmmu_template.h"
+#include "exec/softmmu_template.h"
 
 #define SHIFT 1
-#include "softmmu_template.h"
+#include "exec/softmmu_template.h"
 
 #define SHIFT 2
-#include "softmmu_template.h"
+#include "exec/softmmu_template.h"
 
 #define SHIFT 3
-#include "softmmu_template.h"
+#include "exec/softmmu_template.h"
 
 /* try to fill the TLB and return an exception if error. If retaddr is
    NULL, it means that the function was called in C code (i.e. not