aboutsummaryrefslogtreecommitdiff
path: root/target/s390x
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2022-03-15 15:41:07 +0100
committerRichard Henderson <richard.henderson@linaro.org>2022-04-20 12:12:47 -0700
commit55d71e0b784e03dbd15bc13d75af88ed5340fde8 (patch)
tree30849f01429c18b9e4e035589987f0387c8ea632 /target/s390x
parent2d20a57453f6a206938cbbf77bed0b378c806c1f (diff)
downloadqemu-55d71e0b784e03dbd15bc13d75af88ed5340fde8.zip
qemu-55d71e0b784e03dbd15bc13d75af88ed5340fde8.tar.gz
qemu-55d71e0b784e03dbd15bc13d75af88ed5340fde8.tar.bz2
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 <thuth@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20220315144107.1012530-1-thuth@redhat.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'target/s390x')
-rw-r--r--target/s390x/cpu_models_sysemu.c1
-rw-r--r--target/s390x/helper.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/target/s390x/cpu_models_sysemu.c b/target/s390x/cpu_models_sysemu.c
index 05c3cca..d8a141a 100644
--- a/target/s390x/cpu_models_sysemu.c
+++ b/target/s390x/cpu_models_sysemu.c
@@ -15,7 +15,6 @@
#include "s390x-internal.h"
#include "kvm/kvm_s390x.h"
#include "sysemu/kvm.h"
-#include "sysemu/tcg.h"
#include "qapi/error.h"
#include "qapi/visitor.h"
#include "qapi/qmp/qerror.h"
diff --git a/target/s390x/helper.c b/target/s390x/helper.c
index 6e35473..473c8e5 100644
--- a/target/s390x/helper.c
+++ b/target/s390x/helper.c
@@ -27,7 +27,6 @@
#include "hw/s390x/pv.h"
#include "sysemu/hw_accel.h"
#include "sysemu/runstate.h"
-#include "sysemu/tcg.h"
void s390x_tod_timer(void *opaque)
{