* Removed all of the thread cancellation cruft that is no longer necessary
[citadel.git] / citadel / dynloader.c
index d11ca6790dcdf701cb98522fe80af0daa4e5112e..259c6d3dd8f54b36004b387b143e9bcf8ceed0cb 100644 (file)
@@ -17,9 +17,6 @@
 #include <dirent.h>
 #include <strings.h>
 #include <syslog.h>
-#ifdef HAVE_PTHREAD_H
-#include <pthread.h>
-#endif
 #include <limits.h>
 #include <ctype.h>
 #include "citadel.h"