diff options
Diffstat (limited to 'target/sh4/helper.c')
-rw-r--r-- | target/sh4/helper.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/target/sh4/helper.c b/target/sh4/helper.c index 9659c69..fb7642b 100644 --- a/target/sh4/helper.c +++ b/target/sh4/helper.c @@ -20,13 +20,14 @@ #include "qemu/osdep.h" #include "cpu.h" -#include "exec/exec-all.h" +#include "exec/cputlb.h" #include "exec/page-protection.h" +#include "exec/target_page.h" #include "exec/log.h" #if !defined(CONFIG_USER_ONLY) #include "hw/sh4/sh_intc.h" -#include "sysemu/runstate.h" +#include "system/runstate.h" #endif #define MMU_OK 0 |