HUGE PATCH. This moves all of mime_parser.c and all
[citadel.git] / citadel / serv_extensions.c
index c090e3c7877aa88b91dff97c678304af54697d15..e248d50a1ecb5edd677314a24ee35d444777859e 100644 (file)
 #include <string.h>
 #include <limits.h>
 #include <ctype.h>
+#include <libcitadel.h>
 #include "citadel.h"
 #include "server.h"
 #include "serv_extensions.h"
 #include "sysdep_decls.h"
 #include "msgbase.h"
-#include "tools.h"
 #include "config.h"
 
 #include "modules/crypto/serv_crypto.h"        /* Needed until a universal crypto startup hook is implimented for CtdlStartTLS */