From 7e23363455703eb24c506a7922ce86e3697fc8cd Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 1 Nov 2010 23:36:42 +1100 Subject: s4-ldb: removed ldb_includes.h it causes problems with the openchange build as it is not installed Autobuild-User: Andrew Tridgell Autobuild-Date: Mon Nov 1 21:49:47 UTC 2010 on sn-devel-104 --- source4/lib/ldb/modules/paged_searches.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source4/lib/ldb/modules/paged_searches.c') diff --git a/source4/lib/ldb/modules/paged_searches.c b/source4/lib/ldb/modules/paged_searches.c index d4d7814d73..68eeb4c76e 100644 --- a/source4/lib/ldb/modules/paged_searches.c +++ b/source4/lib/ldb/modules/paged_searches.c @@ -33,7 +33,9 @@ * Author: Simo Sorce */ -#include "ldb_includes.h" +#include "replace.h" +#include "system/filesys.h" +#include "system/time.h" #include "ldb_module.h" #define PS_DEFAULT_PAGE_SIZE 500 -- cgit