getting with the times, we dont need to wrap snprintf anymore
[citadel.git] / webcit / sysdep.c
index 5d81fe3d248b581420affe4fb8a5ad826f39c084..0c0ac90e21c6f46c17580b08823666cf2de16254 100644 (file)
@@ -59,9 +59,6 @@
 #include <sys/select.h>
 #endif
 
-#ifndef HAVE_SNPRINTF
-#include "snprintf.h"
-#endif
 #include "webserver.h"
 #include "modules_init.h"
 #if HAVE_BACKTRACE