diff mbox series

[47/67] tcg-op: use include "tcg.h" consistently

Message ID 1525376963-79623-48-git-send-email-mst@redhat.com
State New
Headers show
Series include path cleanup | expand

Commit Message

Michael S. Tsirkin May 3, 2018, 7:51 p.m. UTC
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 mbox series

Patch

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"