From db15cc5388efdb0803bd2f785f8b6eee7f46ecbf Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Mon, 22 Sep 2014 18:28:53 +1000 Subject: lib/util: Clean up includes for util.c Allows standalone compiles without external includes.h. Signed-off-by: Martin Schwenke Reviewed-by: Jeremy Allison --- lib/util/util.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/util/util.c b/lib/util/util.c index 3ba7e4d61a..157a4aa9f2 100644 --- a/lib/util/util.c +++ b/lib/util/util.c @@ -22,12 +22,17 @@ along with this program. If not, see . */ -#include "includes.h" +#include +#include "replace.h" #include "system/network.h" #include "system/filesys.h" #include "system/locale.h" #include "system/shmem.h" #include "system/passwd.h" +#include "system/time.h" +#include "system/wait.h" +#include "debug.h" +#include "samba_util.h" #undef malloc #undef strcasecmp -- cgit