summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ldb_ldap
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-11-01 23:36:42 +1100
committerAndrew Tridgell <tridge@samba.org>2010-11-01 21:49:47 +0000
commit7e23363455703eb24c506a7922ce86e3697fc8cd (patch)
tree0299df546870422e32cd8cb6f55c7dbf2f057414 /source4/lib/ldb/ldb_ldap
parentce1eb1f7265fca1bd3a12b39d6af7be1feeb2043 (diff)
downloadsamba-7e23363455703eb24c506a7922ce86e3697fc8cd.tar.gz
samba-7e23363455703eb24c506a7922ce86e3697fc8cd.tar.bz2
samba-7e23363455703eb24c506a7922ce86e3697fc8cd.zip
s4-ldb: removed ldb_includes.h
it causes problems with the openchange build as it is not installed Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Mon Nov 1 21:49:47 UTC 2010 on sn-devel-104
Diffstat (limited to 'source4/lib/ldb/ldb_ldap')
-rw-r--r--source4/lib/ldb/ldb_ldap/ldb_ldap.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/lib/ldb/ldb_ldap/ldb_ldap.c b/source4/lib/ldb/ldb_ldap/ldb_ldap.c
index 6728269286..e028fb20a3 100644
--- a/source4/lib/ldb/ldb_ldap/ldb_ldap.c
+++ b/source4/lib/ldb/ldb_ldap/ldb_ldap.c
@@ -38,7 +38,9 @@
* author: Simo Sorce
*/
-#include "ldb_includes.h"
+#include "replace.h"
+#include "system/filesys.h"
+#include "system/time.h"
#include "ldb_module.h"
#include "ldb_private.h"