diff options
Diffstat (limited to 'target/alpha/sys_helper.c')
-rw-r--r-- | target/alpha/sys_helper.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/alpha/sys_helper.c b/target/alpha/sys_helper.c index 768116e..51e3254 100644 --- a/target/alpha/sys_helper.c +++ b/target/alpha/sys_helper.c @@ -19,11 +19,11 @@ #include "qemu/osdep.h" #include "cpu.h" -#include "exec/exec-all.h" +#include "exec/cputlb.h" #include "exec/tb-flush.h" #include "exec/helper-proto.h" -#include "sysemu/runstate.h" -#include "sysemu/sysemu.h" +#include "system/runstate.h" +#include "system/system.h" #include "qemu/timer.h" |