* All OS-level includes are now included from webcit.h instead of from
[citadel.git] / webcit / snprintf.c
index 950851f06c07a46b47b7fa5b30b81d5023332e24..d98178b48b86edfb0bdbcfbb9e201fd3a0a3e602 100644 (file)
  * Written July 1997 by Sten Gunterberg (gunterberg@ergon.ch)
  */
 
-#include <stdio.h>
-#include <stdlib.h>
-#include <stdarg.h>
-#include <string.h>
+#include "webcit.h"
 #include "webserver.h"
 
 static int needed(const char *fmt, va_list argp)