diff --git a/src/core/runner.c b/src/core/runner.c index eb0a1f1..f56f94e 100644 --- a/src/core/runner.c +++ b/src/core/runner.c @@ -53,12 +53,6 @@ #include "common.h" #include "client.h" -#if HAVE_THREADS_H -# include -#else -# include -#endif - #ifdef HAVE_PCRE #include "string/extmatch.h" #endif