From: Volker Lendecke Date: Thu, 17 Mar 2022 15:19:39 +0000 (+0100) Subject: lib: Avoid an #include includes.h X-Git-Tag: talloc-2.4.0~632 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eaf38a445dce54e8bb7561ba3a8a86c8f7f95bb1;p=thirdparty%2Fsamba.git lib: Avoid an #include includes.h Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/lib/util_cluster.c b/source3/lib/util_cluster.c index bfa11548337..4287c2c92cd 100644 --- a/source3/lib/util_cluster.c +++ b/source3/lib/util_cluster.c @@ -18,10 +18,12 @@ * along with this program; if not, see . */ -#include "includes.h" +#include "replace.h" #include "ctdbd_conn.h" #include "util_cluster.h" #include "lib/cluster_support.h" +#include "lib/util/debug.h" +#include "source3/param/param_proto.h" bool cluster_probe_ok(void) {