getting with the times, we dont need to wrap snprintf anymore
[citadel.git] / citadel / modules / imap / imap_tools.c
index e3cc6bffce11a878c15b5f25e8783ae4c51ccd89..bced70fd1f3e4fd50a035b368d594a284ca3eebe 100644 (file)
 #include "imap_tools.h"
 #include "ctdl_module.h"
 
-#ifndef HAVE_SNPRINTF
-#include "snprintf.h"
-#endif
-
 /* String handling helpers */
 
 /* This code uses some pretty nasty string manipulation. To make everything