]> code.citadel.org Git - citadel.git/blobdiff - webcit/snprintf.c
* All OS-level includes are now included from webcit.h instead of from
[citadel.git] / webcit / snprintf.c
index 7db792c20827fea32b19e8a5dbd3fa51f3549dd2..d98178b48b86edfb0bdbcfbb9e201fd3a0a3e602 100644 (file)
@@ -1,8 +1,9 @@
 /*
+ * $Id$
+ *
  * modified from Sten Gunterberg's BUGTRAQ post of 22 Jul 1997
  * --nathan bryant <bryant@cs.usm.maine.edu>
  *
- * $Id$
  */
 
 /*
  * 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)