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 --- hw/riscv/spike.c | 1 - 1 file changed, 1 deletion(-) (limited to 'hw/riscv') diff --git a/hw/riscv/spike.c b/hw/riscv/spike.c index ed4ca98..ec7cb2f 100644 --- a/hw/riscv/spike.c +++ b/hw/riscv/spike.c @@ -40,7 +40,6 @@ #include "chardev/char.h" #include "sysemu/arch_init.h" #include "sysemu/device_tree.h" -#include "sysemu/qtest.h" #include "sysemu/sysemu.h" static const MemMapEntry spike_memmap[] = { -- cgit v1.1