getting with the times, we dont need to wrap snprintf anymore
[citadel.git] / citadel / control.c
index b81526cf1dc855078349afb8ed70a4803bb0388d..ea1591f9c448943d8ffbdf8a83fa581b9f30f3f1 100644 (file)
 #include "user_ops.h"
 #include "database.h"
 #include "threads.h"
-
-#ifndef HAVE_SNPRINTF
-#include "snprintf.h"
-#endif
-
 #include "ctdl_module.h"
 
 struct CitControl CitControl;