]> code.citadel.org Git - citadel.git/blobdiff - citadel/modules/fulltext/serv_fulltext.c
HUGE PATCH. This moves all of mime_parser.c and all
[citadel.git] / citadel / modules / fulltext / serv_fulltext.c
index 4e12ead4ae7c6513378e66a9c90eddc1f116c11e..5ba8b5a37c74d21fee67fa7b2885b54ede4ff208 100644 (file)
@@ -30,6 +30,7 @@
 #include <sys/wait.h>
 #include <string.h>
 #include <limits.h>
+#include <libcitadel.h>
 #include "citadel.h"
 #include "server.h"
 #include "citserver.h"
@@ -39,7 +40,6 @@
 #include "msgbase.h"
 #include "control.h"
 #include "room_ops.h"
-#include "tools.h"
 #include "serv_fulltext.h"
 #include "ft_wordbreaker.h"