]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
stdarg.h is provided by compat
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 26 Nov 2011 13:45:12 +0000 (06:45 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 26 Nov 2011 13:45:12 +0000 (06:45 -0700)
src/Packer.h

index 75a1a3cba5191058034fb2060c553a04a1525074..761cc99d935643411e9e6a2c02299dc7d0a8cb83 100644 (file)
@@ -41,10 +41,6 @@ typedef void (*ObjPackMethod) (void *obj, Packer * p);
 #if HAVE_STDIO_H
 #include <stdio.h>
 #endif
-#if HAVE_STDARG_H
-#include <stdarg.h>
-#endif
-
 /* append/vprintf's for Packer */
 typedef void (*append_f) (void *, const char *buf, int size);
 typedef void (*vprintf_f) (void *, const char *fmt, va_list args);