aboutsummaryrefslogtreecommitdiff
path: root/target/loongarch/tcg/iocsr_helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'target/loongarch/tcg/iocsr_helper.c')
-rw-r--r--target/loongarch/tcg/iocsr_helper.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/target/loongarch/tcg/iocsr_helper.c b/target/loongarch/tcg/iocsr_helper.c
index b6916f5..c155f48 100644
--- a/target/loongarch/tcg/iocsr_helper.c
+++ b/target/loongarch/tcg/iocsr_helper.c
@@ -9,8 +9,7 @@
#include "cpu.h"
#include "qemu/host-utils.h"
#include "exec/helper-proto.h"
-#include "exec/exec-all.h"
-#include "exec/cpu_ldst.h"
+#include "accel/tcg/cpu-ldst.h"
#define GET_MEMTXATTRS(cas) \
((MemTxAttrs){.requester_id = env_cpu(cas)->cpu_index})