From 49e5b83aa93176ed1c942d2bb55258be816fe983 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 30 Jun 2009 15:12:29 +1000 Subject: s4: dsdb Avoid using the internal ldb_private.h header This job is not complete (the partition module remains a unfinished task), but now we do use the private ldb headers much less. Andrew Bartlett --- source4/lib/ldb-samba/ldif_handlers.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/lib') diff --git a/source4/lib/ldb-samba/ldif_handlers.c b/source4/lib/ldb-samba/ldif_handlers.c index 43cb960310..d2f26e7510 100644 --- a/source4/lib/ldb-samba/ldif_handlers.c +++ b/source4/lib/ldb-samba/ldif_handlers.c @@ -23,7 +23,8 @@ */ #include "includes.h" -#include "lib/ldb/include/ldb_private.h" +#include "lib/ldb/include/ldb.h" +#include "lib/ldb/include/ldb_module.h" #include "ldb_handlers.h" #include "dsdb/samdb/samdb.h" #include "librpc/gen_ndr/ndr_security.h" -- cgit