]> git.proxmox.com Git - mirror_qemu.git/commit - target/hexagon/translate.c
target/*: Add missing includes of exec/translation-block.h
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 2 Apr 2023 04:11:29 +0000 (21:11 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 5 Jun 2023 19:04:29 +0000 (12:04 -0700)
commitd654e92817a6cece4dc96f9c736b825a3da4ee3f
tree577cc1bf7b18353f7617414f4b757b7b0812e639
parent8cab4157e93105864c579ecac96b520bc13052f4
target/*: Add missing includes of exec/translation-block.h

This had been pulled in via exec/exec-all.h, via exec/translator.h,
but the include of exec-all.h will be removed.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hexagon/translate.c
target/loongarch/translate.c
target/mips/tcg/translate.c