X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fsnprintf.c;h=d98178b48b86edfb0bdbcfbb9e201fd3a0a3e602;hp=950851f06c07a46b47b7fa5b30b81d5023332e24;hb=aa8ca3b0af3efdabd8559b886efb3164319bdce1;hpb=6a4d3690cf8c3d249a351023cb5dfaf1df45aa1b diff --git a/webcit/snprintf.c b/webcit/snprintf.c index 950851f06..d98178b48 100644 --- a/webcit/snprintf.c +++ b/webcit/snprintf.c @@ -23,10 +23,7 @@ * Written July 1997 by Sten Gunterberg (gunterberg@ergon.ch) */ -#include -#include -#include -#include +#include "webcit.h" #include "webserver.h" static int needed(const char *fmt, va_list argp)