getting with the times, we dont need to wrap snprintf anymore
[citadel.git] / citadel / internet_addressing.c
index e082b13b59287dccaa9e4a9d2fcb7b39b8081e67..3237007d60a27d6a06d8153697f972049c49490b 100644 (file)
 #include "room_ops.h"
 #include "parsedate.h"
 #include "database.h"
-
 #include "ctdl_module.h"
-
-#ifndef HAVE_SNPRINTF
-#include "snprintf.h"
-#endif
-
-
 #ifdef HAVE_ICONV
 #include <iconv.h>