From b6026dfa94e148b8a6b7a75ad22b5097654c4b7d Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 21 Oct 2011 13:42:34 +0200 Subject: [PATCH] lib/util: remove the "includes.h" dependeny from util_file.c metze --- lib/util/util_file.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/lib/util/util_file.c b/lib/util/util_file.c index 7c00dd8b579..e031fc51122 100644 --- a/lib/util/util_file.c +++ b/lib/util/util_file.c @@ -19,13 +19,12 @@ * this program; if not, see . */ -#include "includes.h" +#include "replace.h" #include "system/shmem.h" #include "system/filesys.h" -#if _SAMBA_BUILD_ == 3 -#undef malloc -#undef realloc -#endif +#include +#include "lib/util/samba_util.h" +#include "lib/util/debug.h" /** * @file -- 2.34.1