summaryrefslogtreecommitdiff
path: root/source4/include
diff options
context:
space:
mode:
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... */