]> code.citadel.org Git - citadel.git/blobdiff - citadel/messages.c
HUGE PATCH. This moves all of mime_parser.c and all
[citadel.git] / citadel / messages.c
index 0d822804c346bdc13f37340976cd0753aac35354..ee067bd5a091639463f6a8490be1f8038bb1e787 100644 (file)
 #endif
 
 #include <stdarg.h>
+#include <libcitadel.h>
 #include "citadel.h"
 #include "citadel_ipc.h"
 #include "citadel_decls.h"
 #include "messages.h"
 #include "commands.h"
 #include "rooms.h"
-#include "tools.h"
 #include "html.h"
 #ifndef HAVE_SNPRINTF
 #include "snprintf.h"