tests: Drop unnecessary include from gsubprocess-testprog.c

It’s not actually needed on any platform, and causes compilation
problems on platforms where it’s not available.

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>

Fixes: #3111
This commit is contained in:
Philip Withnall 2023-10-04 10:06:37 +01:00
parent 2046a1b9d2
commit e00ca9967f

View File

@ -5,7 +5,6 @@
#include <errno.h> #include <errno.h>
#ifdef G_OS_UNIX #ifdef G_OS_UNIX
#include <unistd.h> #include <unistd.h>
#include <sys/ptrace.h>
#else #else
#include <io.h> #include <io.h>
#endif #endif