]> git.proxmox.com Git - mirror_qemu.git/commit
accel/tcg: Include tcg.h in tcg-runtime.c
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 11 Dec 2019 20:23:52 +0000 (12:23 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 16 Jan 2020 01:13:09 +0000 (15:13 -1000)
commit571951b15f8356021ff7a0354145bf64ed5f15e5
tree02a19324d0beb22a10516bae8e36d96e2abead3c
parent3b3be95a07db98908bb8272c61afad79bea5d455
accel/tcg: Include tcg.h in tcg-runtime.c

Code movement in an upcoming patch will show that this file
was implicitly depending on tcg.h being included indirectly.

Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/tcg-runtime.c