Moved all threading code into threads.c
[citadel.git] / citadel / file_ops.c
index 30c65067b8df26a23e33dcdd0c938afdb2ddbe07..d9c3ab149926b5e41880d82440cb855b1de86397 100644 (file)
@@ -28,6 +28,7 @@
 #endif
 
 #include <limits.h>
+#include <libcitadel.h>
 #include "citadel.h"
 #include "server.h"
 #include "config.h"
@@ -37,8 +38,8 @@
 #include "support.h"
 #include "room_ops.h"
 #include "msgbase.h"
-#include "tools.h"
 #include "citserver.h"
+#include "threads.h"
 
 #ifndef HAVE_SNPRINTF
 #include "snprintf.h"