From eaf38a445dce54e8bb7561ba3a8a86c8f7f95bb1 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 17 Mar 2022 16:19:39 +0100 Subject: [PATCH] lib: Avoid an #include includes.h Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- source3/lib/util_cluster.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) { -- 2.47.3