* Removed all of the thread cancellation cruft that is no longer necessary
[citadel.git] / citadel / database.c
index 674ef3f0b85400d0c21c94747852cc6970799fde..4267b4f8378e3e7a99c4dc9490b0a777412e8ada 100644 (file)
@@ -23,9 +23,6 @@
 #include <ctype.h>
 #include <string.h>
 #include <errno.h>
-#ifdef HAVE_PTHREAD_H
-#include <pthread.h>
-#endif
 #ifdef HAVE_GDBM_H
 #include <gdbm.h>
 #endif