tests/qtest: libqos: Drop inclusion of <sys/wait.h>

There is no <sys/wait.h> in the Windows build environment. Actually
this is not needed in the non-win32 builds too. Drop it.

Signed-off-by: Xuzhou Cheng <xuzhou.cheng@windriver.com>
Signed-off-by: Bin Meng <bin.meng@windriver.com>
Tested-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20220824094029.1634519-25-bmeng.cn@gmail.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
master
Xuzhou Cheng 2022-08-24 17:40:02 +08:00 committed by Thomas Huth
parent d7613ee216
commit e0e4c27c6f
1 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,4 @@
#include "qemu/osdep.h"
#include <sys/wait.h>
#include "../libqtest.h"
#include "libqos.h"
#include "pci.h"