HUGE PATCH. This moves all of mime_parser.c and all
[citadel.git] / citadel / modules / fulltext / ft_wordbreaker.c
index 12b0f667c00d1b111073cfe86da475adeaf0fe12..4a03e1b77c6289877ba42815a439bd0e925d4b11 100644 (file)
@@ -31,6 +31,7 @@
 #include <ctype.h>
 #include <string.h>
 #include <limits.h>
+#include <libcitadel.h>
 #include "citadel.h"
 #include "server.h"
 #include "sysdep_decls.h"
@@ -40,7 +41,6 @@
 #include "database.h"
 #include "msgbase.h"
 #include "control.h"
-#include "tools.h"
 #include "ft_wordbreaker.h"
 #include "crc16.h"