Author: tridge Date: 2006-09-06 00:42:19 +0000 (Wed, 06 Sep 2006) New Revision: 18118
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18118 Log: its the job of libreplace to handle things like this Modified: branches/SAMBA_4_0/source/include/includes.h Changeset: Modified: branches/SAMBA_4_0/source/include/includes.h =================================================================== --- branches/SAMBA_4_0/source/include/includes.h 2006-09-06 00:35:29 UTC (rev 18117) +++ branches/SAMBA_4_0/source/include/includes.h 2006-09-06 00:42:19 UTC (rev 18118) @@ -83,12 +83,6 @@ #include <signal.h> #include <errno.h> -#ifdef HAVE_STDARG_H -#include <stdarg.h> -#else -#include <varargs.h> -#endif - #define _PRINTF_ATTRIBUTE(a1, a2) PRINTF_ATTRIBUTE(a1, a2) /* Lists, trees, caching, database... */
