From d6eb39b554afa43392983e472de124ad8e6ee46e Mon Sep 17 00:00:00 2001 From: Chen Qun Date: Fri, 26 Feb 2021 16:14:14 +0800 Subject: 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 Acked-by: Markus Armbruster Message-Id: <20210226081414.205946-1-kuhn.chenqun@huawei.com> Signed-off-by: Thomas Huth --- softmmu/cpu-timers.c | 1 - 1 file changed, 1 deletion(-) (limited to 'softmmu/cpu-timers.c') diff --git a/softmmu/cpu-timers.c b/softmmu/cpu-timers.c index 1eb7c675c1..cd38595245 100644 --- a/softmmu/cpu-timers.c +++ b/softmmu/cpu-timers.c @@ -30,7 +30,6 @@ #include "qemu/error-report.h" #include "exec/exec-all.h" #include "sysemu/cpus.h" -#include "sysemu/qtest.h" #include "qemu/main-loop.h" #include "qemu/option.h" #include "qemu/seqlock.h" -- cgit v1.2.3