From 55d71e0b784e03dbd15bc13d75af88ed5340fde8 Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Tue, 15 Mar 2022 15:41:07 +0100 Subject: Don't include sysemu/tcg.h if it is not necessary This header only defines the tcg_allowed variable and the tcg_enabled() function - which are not required in many files that include this header. Drop the #include statement there. Signed-off-by: Thomas Huth Reviewed-by: Markus Armbruster Message-Id: <20220315144107.1012530-1-thuth@redhat.com> Signed-off-by: Richard Henderson --- monitor/misc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'monitor') diff --git a/monitor/misc.c b/monitor/misc.c index b0fc0e5843..ebd49e13b6 100644 --- a/monitor/misc.c +++ b/monitor/misc.c @@ -48,7 +48,6 @@ #include "qapi/util.h" #include "sysemu/blockdev.h" #include "sysemu/sysemu.h" -#include "sysemu/tcg.h" #include "sysemu/tpm.h" #include "qapi/qmp/qdict.h" #include "qapi/qmp/qerror.h" -- cgit v1.2.3-55-g7522