diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-12-30 13:16:54 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:49:03 -0500 |
commit | d4de4c2d210d2e8c9b5aedf70695594809ad6a0b (patch) | |
tree | 6e0764fa01f33ad8d178c62208bc085da60014db /source4/torture/ldap | |
parent | ab8cd4470c392e04e458eed378b857db00e97f13 (diff) | |
download | samba-d4de4c2d210d2e8c9b5aedf70695594809ad6a0b.tar.gz samba-d4de4c2d210d2e8c9b5aedf70695594809ad6a0b.tar.bz2 samba-d4de4c2d210d2e8c9b5aedf70695594809ad6a0b.zip |
r12608: Remove some unused #include lines.
(This used to be commit 70e7449318aa0e9d2639c76730a7d1683b2f4981)
Diffstat (limited to 'source4/torture/ldap')
-rw-r--r-- | source4/torture/ldap/basic.c | 2 | ||||
-rw-r--r-- | source4/torture/ldap/cldap.c | 2 | ||||
-rw-r--r-- | source4/torture/ldap/common.c | 1 |
3 files changed, 0 insertions, 5 deletions
diff --git a/source4/torture/ldap/basic.c b/source4/torture/ldap/basic.c index 7dfc81b692..64c4dbfdf0 100644 --- a/source4/torture/ldap/basic.c +++ b/source4/torture/ldap/basic.c @@ -22,8 +22,6 @@ */ #include "includes.h" -#include "lib/ldb/include/ldb.h" -#include "libcli/ldap/ldap.h" #include "libcli/ldap/ldap_client.h" #include "lib/cmdline/popt_common.h" diff --git a/source4/torture/ldap/cldap.c b/source4/torture/ldap/cldap.c index d6c56dbd34..e6952174f6 100644 --- a/source4/torture/ldap/cldap.c +++ b/source4/torture/ldap/cldap.c @@ -23,8 +23,6 @@ #include "includes.h" #include "libcli/cldap/cldap.h" -#include "libcli/ldap/ldap.h" -#include "lib/events/events.h" #define CHECK_STATUS(status, correct) do { \ if (!NT_STATUS_EQUAL(status, correct)) { \ diff --git a/source4/torture/ldap/common.c b/source4/torture/ldap/common.c index 55356b2447..58944b2768 100644 --- a/source4/torture/ldap/common.c +++ b/source4/torture/ldap/common.c @@ -22,7 +22,6 @@ */ #include "includes.h" -#include "asn_1.h" #include "libcli/ldap/ldap.h" NTSTATUS torture_ldap_bind(struct ldap_connection *conn, const char *userdn, const char *password) |