r18118: its the job of libreplace to handle things like this
authorAndrew Tridgell <tridge@samba.org>
Wed, 6 Sep 2006 00:42:19 +0000 (00:42 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:17:34 +0000 (14:17 -0500)
(This used to be commit fa47301c0ea482612f9f452b027aa2787b3f93a7)

source4/include/includes.h

index 37661aaaa8ceb7d393873ebbff97ce474d9ca0d0..007d130379ca0c541137e35ffc1f32eecfa28286 100644 (file)
@@ -83,12 +83,6 @@ _PUBLIC_ void smb_panic(const char *why) NORETURN_ATTRIBUTE;
 #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... */