diff --git a/src/testlib/qtestcase.cpp b/src/testlib/qtestcase.cpp index a7d8b44a29..1ff7c8a377 100644 --- a/src/testlib/qtestcase.cpp +++ b/src/testlib/qtestcase.cpp @@ -90,7 +90,6 @@ #if __has_include() # include #endif -#include #include #include #include @@ -99,15 +98,6 @@ # if !defined(Q_OS_INTEGRITY) # include # endif -# ifndef _PATH_DEFPATH -# define _PATH_DEFPATH "/usr/bin:/bin" -# endif -# ifndef SIGSTKSZ -# define SIGSTKSZ 0 /* we have code to set the minimum */ -# endif -# ifndef SA_RESETHAND -# define SA_RESETHAND 0 -# endif #endif #if defined(Q_OS_MACOS)