summaryrefslogtreecommitdiff
path: root/source4/include
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-09-06 00:42:19 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:17:34 -0500
commit3953c21202cb9c947a8e2a508ef26a2245f1f142 (patch)
treedd25fa2454aa0839f191debeb2511f495773736c /source4/include
parentb7477fb3881ac4490da040b054094a865128b951 (diff)
downloadsamba-3953c21202cb9c947a8e2a508ef26a2245f1f142.tar.gz
samba-3953c21202cb9c947a8e2a508ef26a2245f1f142.tar.bz2
samba-3953c21202cb9c947a8e2a508ef26a2245f1f142.zip
r18118: its the job of libreplace to handle things like this
(This used to be commit fa47301c0ea482612f9f452b027aa2787b3f93a7)
Diffstat (limited to 'source4/include')
-rw-r--r--source4/include/includes.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source4/include/includes.h b/source4/include/includes.h
index 37661aaaa8..007d130379 100644
--- a/source4/include/includes.h
+++ b/source4/include/includes.h
@@ -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... */