From dd8aba30483649ea28199241fbc2410b1b4595a5 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 10 Oct 2019 16:30:14 +0200 Subject: [PATCH] lib: Avoid includes.h in g_lock.c Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- source3/lib/g_lock.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source3/lib/g_lock.c b/source3/lib/g_lock.c index 43cb123661e..b01bb591f77 100644 --- a/source3/lib/g_lock.c +++ b/source3/lib/g_lock.c @@ -17,9 +17,13 @@ along with this program. If not, see . */ -#include "includes.h" +#include "replace.h" #include "system/filesys.h" #include "lib/util/server_id.h" +#include "lib/util/debug.h" +#include "lib/util/talloc_stack.h" +#include "lib/util/samba_util.h" +#include "lib/util_path.h" #include "dbwrap/dbwrap.h" #include "dbwrap/dbwrap_open.h" #include "dbwrap/dbwrap_watch.h" -- 2.47.3