Move headers to include/exec/
Change-Id: Ife43f9cd12a02aa98f408043b0cccb9fe45a9ff7
diff --git a/target-i386/op_helper.c b/target-i386/op_helper.c
index f8c0fbb..a43023a 100644
--- a/target-i386/op_helper.c
+++ b/target-i386/op_helper.c
@@ -19,7 +19,7 @@
*/
#define CPU_NO_GLOBAL_REGS
#include "exec.h"
-#include "exec-all.h"
+#include "exec/exec-all.h"
#include "qemu/host-utils.h"
//#define DEBUG_PCALL
@@ -4809,16 +4809,16 @@
#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"
#endif