diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-02-10 07:08:40 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:09:39 -0500 |
commit | 501379431c7fc6c9a78e74eca43b208184debce6 (patch) | |
tree | 62d4e5031facfe7987b400d464f638efa7156aea /source4/include | |
parent | bed7c9ec32b7d4083ba4ed2abbf3b6126bee7a25 (diff) | |
download | samba-501379431c7fc6c9a78e74eca43b208184debce6.tar.gz samba-501379431c7fc6c9a78e74eca43b208184debce6.tar.bz2 samba-501379431c7fc6c9a78e74eca43b208184debce6.zip |
r5305: removed libcli/ldap/ldap.h from includes.h
(This used to be commit 0df3fdd8178085c40f9cd776cc3e1486ca559c8e)
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/includes.h | 1 | ||||
-rw-r--r-- | source4/include/structs.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/source4/include/includes.h b/source4/include/includes.h index cfc0a26260..b31ba4d840 100644 --- a/source4/include/includes.h +++ b/source4/include/includes.h @@ -122,7 +122,6 @@ extern int errno; #include "enums.h" #include "smb_macros.h" #include "smb.h" -#include "libcli/ldap/ldap.h" #include "byteorder.h" #include "module.h" #include "mutex.h" diff --git a/source4/include/structs.h b/source4/include/structs.h index f376609302..29d552d3cc 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -74,6 +74,8 @@ struct asn1_data; struct ldapsrv_call; struct ldapsrv_connection; +struct ldap_connection; +struct ldap_message; struct rw_buffer; struct registry_context; struct registry_key; |