diff options
author | Chen Qun <kuhn.chenqun@huawei.com> | 2021-02-26 16:14:14 +0800 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2021-03-09 06:03:53 +0100 |
commit | d6eb39b554afa43392983e472de124ad8e6ee46e (patch) | |
tree | 4b9a323bc68d3e0faa088e3ea223b1da05589fd7 /util | |
parent | 229a834518b950d56fd1bc94923276504d0ee9d4 (diff) |
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 'util')
-rw-r--r-- | util/main-loop.c | 1 | ||||
-rw-r--r-- | util/qemu-timer.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/util/main-loop.c b/util/main-loop.c index 6bfc7c46f5..5188ff6540 100644 --- a/util/main-loop.c +++ b/util/main-loop.c @@ -26,7 +26,6 @@ #include "qapi/error.h" #include "qemu/cutils.h" #include "qemu/timer.h" -#include "sysemu/qtest.h" #include "sysemu/cpu-timers.h" #include "sysemu/replay.h" #include "qemu/main-loop.h" diff --git a/util/qemu-timer.c b/util/qemu-timer.c index 81c28af517..f36c75e594 100644 --- a/util/qemu-timer.c +++ b/util/qemu-timer.c @@ -29,7 +29,6 @@ #include "sysemu/cpu-timers.h" #include "sysemu/replay.h" #include "sysemu/cpus.h" -#include "sysemu/qtest.h" #ifdef CONFIG_POSIX #include <pthread.h> |