From 3953c21202cb9c947a8e2a508ef26a2245f1f142 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 6 Sep 2006 00:42:19 +0000 Subject: r18118: its the job of libreplace to handle things like this (This used to be commit fa47301c0ea482612f9f452b027aa2787b3f93a7) --- source4/include/includes.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source4/include') 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 #include -#ifdef HAVE_STDARG_H -#include -#else -#include -#endif - #define _PRINTF_ATTRIBUTE(a1, a2) PRINTF_ATTRIBUTE(a1, a2) /* Lists, trees, caching, database... */ -- cgit