summaryrefslogtreecommitdiffstats
path: root/hw/i386/pc.c
diff options
context:
space:
mode:
authorChen Qun2021-02-26 09:14:14 +0100
committerThomas Huth2021-03-09 06:03:53 +0100
commitd6eb39b554afa43392983e472de124ad8e6ee46e (patch)
tree4b9a323bc68d3e0faa088e3ea223b1da05589fd7 /hw/i386/pc.c
parentMerge remote-tracking branch 'remotes/philmd-gitlab/tags/renesas-20210306' in... (diff)
downloadqemu-d6eb39b554afa43392983e472de124ad8e6ee46e.tar.gz
qemu-d6eb39b554afa43392983e472de124ad8e6ee46e.tar.xz
qemu-d6eb39b554afa43392983e472de124ad8e6ee46e.zip
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 'hw/i386/pc.c')
-rw-r--r--hw/i386/pc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/i386/pc.c b/hw/i386/pc.c
index 8aa85dec54..410db9ef96 100644
--- a/hw/i386/pc.c
+++ b/hw/i386/pc.c
@@ -58,7 +58,6 @@
#include "sysemu/numa.h"
#include "sysemu/kvm.h"
#include "sysemu/xen.h"
-#include "sysemu/qtest.h"
#include "sysemu/reset.h"
#include "sysemu/runstate.h"
#include "kvm/kvm_i386.h"