From 824f4bac9ffa2757293290c7edd065dc84a6521e Mon Sep 17 00:00:00 2001 From: Philippe Mathieu-Daudé Date: Mon, 24 May 2021 19:04:52 +0200 Subject: accel/tcg: Reduce 'exec/tb-context.h' inclusion Only 2 headers require "exec/tb-context.h". Instead of having all files including "exec/exec-all.h" also including it, directly include it where it is required: - accel/tcg/cpu-exec.c - accel/tcg/translate-all.c For plugins/plugin.h, we were implicitly relying on exec/exec-all.h -> exec/tb-context.h -> qemu/qht.h which is now included directly. Signed-off-by: Philippe Mathieu-Daudé Message-Id: <20210524170453.3791436-2-f4bug@amsat.org> [rth: Fix plugins/plugin.h compilation] Signed-off-by: Richard Henderson --- plugins/plugin.h | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins') diff --git a/plugins/plugin.h b/plugins/plugin.h index 1aa29dcadd..55017e3581 100644 --- a/plugins/plugin.h +++ b/plugins/plugin.h @@ -13,6 +13,7 @@ #define _PLUGIN_INTERNAL_H_ #include +#include "qemu/qht.h" #define QEMU_PLUGIN_MIN_VERSION 0 -- cgit v1.2.3-55-g7522