From bec554e6d638d77077c6b1eaffdb5579e3876307 Mon Sep 17 00:00:00 2001 From: Snaipe Date: Tue, 12 Jan 2016 21:44:58 +0100 Subject: [PATCH] Removed tinycthreads artifacts --- src/core/runner.c | 6 ------ 1 file changed, 6 deletions(-) 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