From: Volker Lendecke Date: Tue, 19 Apr 2022 19:07:30 +0000 (+0200) Subject: lib: Remove an unneeded includes.h X-Git-Tag: talloc-2.3.4~343 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa27b6626d47bd8ccb8d8172512842e6b3897df4;p=thirdparty%2Fsamba.git lib: Remove an unneeded includes.h Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/lib/util/util_ldb.c b/lib/util/util_ldb.c index 25ae5106892..bf6fe996c4c 100644 --- a/lib/util/util_ldb.c +++ b/lib/util/util_ldb.c @@ -20,9 +20,10 @@ along with this program. If not, see . */ -#include "includes.h" +#include "replace.h" #include -#include "../lib/util/util_ldb.h" +#include "lib/util/util_ldb.h" +#include "lib/util/debug.h" /* * search the LDB for the specified attributes - va_list variant