summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--disas/tci.c1
-rw-r--r--tci.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/disas/tci.c b/disas/tci.c
index 7233343fa1..1cdf5eeafc 100644
--- a/disas/tci.c
+++ b/disas/tci.c
@@ -20,7 +20,6 @@
 #include "qemu/osdep.h"
 #include "qemu-common.h"
 #include "disas/bfd.h"
-#include "exec/exec-all.h"
 #include "tcg/tcg.h"
 
 /* Disassemble TCI bytecode. */
diff --git a/tci.c b/tci.c
index 0fdc4e2c12..b488c0d8e4 100644
--- a/tci.c
+++ b/tci.c
@@ -28,7 +28,7 @@
 #endif
 
 #include "qemu-common.h"
-#include "exec/exec-all.h"           /* MAX_OPC_PARAM_IARGS */
+#include "tcg/tcg.h"           /* MAX_OPC_PARAM_IARGS */
 #include "exec/cpu_ldst.h"
 #include "tcg-op.h"