Some places include tcg-op.h, others tcg/tcg-op.h.
Let's be consistent.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---
accel/tcg/translator.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/accel/tcg/translator.c b/accel/tcg/translator.c
index 01480b9..429b0c8 100644
--- a/accel/tcg/translator.c
+++ b/accel/tcg/translator.c
@@ -12,7 +12,7 @@
#include "qemu/error-report.h"
#include "cpu.h"
#include "tcg.h"
-#include "tcg/tcg-op.h"
+#include "tcg-op.h"
#include "exec/exec-all.h"
#include "exec/gen-icount.h"
#include "exec/log.h"
--
MST