]> git.proxmox.com Git - qemu.git/blobdiff - target-microblaze/op_helper.c
exec.h cleanup
[qemu.git] / target-microblaze / op_helper.c
index 664ffe5990ffbcd35f7a79cdc567d835d7dfbd3a..189c59c9d6b92098ad17ed9f9c84da92640913fe 100644 (file)
  */
 
 #include <assert.h>
-#include "exec.h"
+#include "cpu.h"
+#include "dyngen-exec.h"
 #include "helper.h"
 #include "host-utils.h"
 
 #define D(x)
 
 #if !defined(CONFIG_USER_ONLY)
+#include "softmmu_exec.h"
+
 #define MMUSUFFIX _mmu
 #define SHIFT 0
 #include "softmmu_template.h"