]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib: Avoid an #include includes.h
authorVolker Lendecke <vl@samba.org>
Thu, 17 Mar 2022 15:19:39 +0000 (16:19 +0100)
committerJeremy Allison <jra@samba.org>
Thu, 27 Oct 2022 18:18:36 +0000 (18:18 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/lib/util_cluster.c

index bfa11548337cb64ec094489055ac2625e9ccc1cc..4287c2c92cd3fa6b8940234e8d846da0a3eedff3 100644 (file)
  *  along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-#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)
 {