diff options
Diffstat (limited to 'target/rx/op_helper.c')
-rw-r--r-- | target/rx/op_helper.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/rx/op_helper.c b/target/rx/op_helper.c index b3ed822..2b190a4 100644 --- a/target/rx/op_helper.c +++ b/target/rx/op_helper.c @@ -19,9 +19,8 @@ #include "qemu/osdep.h" #include "qemu/bitops.h" #include "cpu.h" -#include "exec/exec-all.h" #include "exec/helper-proto.h" -#include "exec/cpu_ldst.h" +#include "accel/tcg/cpu-ldst.h" #include "fpu/softfloat.h" #include "tcg/debug-assert.h" |