From: Xuzhou Cheng Date: Wed, 24 Aug 2022 09:40:02 +0000 (+0800) Subject: tests/qtest: libqos: Drop inclusion of X-Git-Tag: v7.2.0-rc0~101^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e0e4c27c6f3a34fe8965ee46a301ccf61a31d3b6;p=thirdparty%2Fqemu.git tests/qtest: libqos: Drop inclusion of There is no in the Windows build environment. Actually this is not needed in the non-win32 builds too. Drop it. Signed-off-by: Xuzhou Cheng Signed-off-by: Bin Meng Tested-by: Thomas Huth Message-Id: <20220824094029.1634519-25-bmeng.cn@gmail.com> Signed-off-by: Thomas Huth --- diff --git a/tests/qtest/libqos/libqos.c b/tests/qtest/libqos/libqos.c index 85c7641add1..5ffda080ecd 100644 --- a/tests/qtest/libqos/libqos.c +++ b/tests/qtest/libqos/libqos.c @@ -1,6 +1,4 @@ #include "qemu/osdep.h" -#include - #include "../libqtest.h" #include "libqos.h" #include "pci.h"