diff options
author | certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-04-08 14:44:36 +0000 |
---|---|---|
committer | certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-04-08 14:44:36 +0000 |
commit | 18383f90f87563933c90f020cf73e68872248079 (patch) | |
tree | 5f3fea5a2957ff63ff801056de3d615ff40f5245 /include | |
parent | 0e7cd3403bfdec5e7c0774c92323c412d54fbe89 (diff) |
# BUILD : 1.7.14 (1026) # BUGS : 487 488 489 # NOTES : some fixes.
git-svn-id: svn://svn.anope.org/anope/trunk@1026 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@750 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include')
-rw-r--r-- | include/services.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/services.h b/include/services.h index 239e89740..5714fbe69 100644 --- a/include/services.h +++ b/include/services.h @@ -137,13 +137,6 @@ # include <sys/select.h> #endif -#ifdef USE_THREADS - #ifndef _WIN32 - #include <pthread.h> - #endif -#include "threads.h" -#endif - #include "sockets.h" #ifndef va_copy |