Removed tinycthreads artifacts

This commit is contained in:
Snaipe 2016-01-12 21:44:58 +01:00
parent c4f5e6baed
commit bec554e6d6

View file

@ -53,12 +53,6 @@
#include "common.h"
#include "client.h"
#if HAVE_THREADS_H
# include <threads.h>
#else
# include <tinycthread.h>
#endif
#ifdef HAVE_PCRE
#include "string/extmatch.h"
#endif