summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ldb_map
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2009-01-30 09:24:48 -0500
committerSimo Sorce <idra@samba.org>2009-01-30 09:24:48 -0500
commitd93634b7dd753109a5a3621ea7ab610acba8cb65 (patch)
treefbd8e14ba36c4f88693b9993c29248b8bfb96323 /source4/lib/ldb/ldb_map
parent01f30a5e8e6d860391e79896f6d1de782e239f68 (diff)
downloadsamba-d93634b7dd753109a5a3621ea7ab610acba8cb65.tar.gz
samba-d93634b7dd753109a5a3621ea7ab610acba8cb65.tar.bz2
samba-d93634b7dd753109a5a3621ea7ab610acba8cb65.zip
Fix misfiled headers.
Some public functions were mistakenly put into ldb_private.h Revert all modules to only include ldb_module.h
Diffstat (limited to 'source4/lib/ldb/ldb_map')
-rw-r--r--source4/lib/ldb/ldb_map/ldb_map_outbound.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/lib/ldb/ldb_map/ldb_map_outbound.c b/source4/lib/ldb/ldb_map/ldb_map_outbound.c
index edd3f77b66..327fa92f8d 100644
--- a/source4/lib/ldb/ldb_map/ldb_map_outbound.c
+++ b/source4/lib/ldb/ldb_map/ldb_map_outbound.c
@@ -26,7 +26,6 @@
*/
#include "ldb_module.h"
-#include "ldb_private.h"
#include "ldb_map.h"
#include "ldb_map_private.h"