aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg
diff options
context:
space:
mode:
authorChen Qun <kuhn.chenqun@huawei.com>2021-02-26 16:14:14 +0800
committerThomas Huth <thuth@redhat.com>2021-03-09 06:03:53 +0100
commitd6eb39b554afa43392983e472de124ad8e6ee46e (patch)
tree4b9a323bc68d3e0faa088e3ea223b1da05589fd7 /accel/tcg
parent229a834518b950d56fd1bc94923276504d0ee9d4 (diff)
downloadqemu-d6eb39b554afa43392983e472de124ad8e6ee46e.zip
qemu-d6eb39b554afa43392983e472de124ad8e6ee46e.tar.gz
qemu-d6eb39b554afa43392983e472de124ad8e6ee46e.tar.bz2
qtest: delete superfluous inclusions of qtest.h
There are 23 files that include the "sysemu/qtest.h", but they do not use any qtest functions. Signed-off-by: Chen Qun <kuhn.chenqun@huawei.com> Acked-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20210226081414.205946-1-kuhn.chenqun@huawei.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'accel/tcg')
-rw-r--r--accel/tcg/cpu-exec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/accel/tcg/cpu-exec.c b/accel/tcg/cpu-exec.c
index 16e4fe3..4db74fc 100644
--- a/accel/tcg/cpu-exec.c
+++ b/accel/tcg/cpu-exec.c
@@ -28,7 +28,6 @@
#include "tcg/tcg.h"
#include "qemu/atomic.h"
#include "qemu/compiler.h"
-#include "sysemu/qtest.h"
#include "qemu/timer.h"
#include "qemu/rcu.h"
#include "exec/tb-hash.h"