getting with the times, we dont need to wrap snprintf anymore
[citadel.git] / citadel / serv_extensions.c
index 861ecb8497adee990ab428fb624c116f78b1c599..dee82748d13053bf27d62217b1fce1fc56a91649 100644 (file)
 
 #include "ctdl_module.h"
 
-#ifndef HAVE_SNPRINTF
-#include <stdarg.h>
-#include "snprintf.h"
-#endif
 
 int DebugModules = 0;