Some places include translate-all.h, others accel/tcg/translate-all.h.
Let's be consistent.

Signed-off-by: Michael S. Tsirkin <m...@redhat.com>
---
 target/xtensa/op_helper.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/xtensa/op_helper.c b/target/xtensa/op_helper.c
index e3bcbe1..ede60ea 100644
--- a/target/xtensa/op_helper.c
+++ b/target/xtensa/op_helper.c
@@ -38,7 +38,7 @@
 
 #ifdef CONFIG_USER_ONLY
 /* tb_invalidate_phys_range */
-#include "accel/tcg/translate-all.h"
+#include "translate-all.h"
 #endif
 
 #ifndef CONFIG_USER_ONLY
-- 
MST


Reply via email to