From: Kurt Zeilenga Date: Tue, 20 Jun 2000 17:02:19 +0000 (+0000) Subject: No need to include X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~2556 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f48234f5bfeb8363fa207be73f58ddf751beb282;p=openldap No need to include --- diff --git a/clients/tools/ldapdelete.c b/clients/tools/ldapdelete.c index 7198c29822..8cf1e2f94b 100644 --- a/clients/tools/ldapdelete.c +++ b/clients/tools/ldapdelete.c @@ -16,7 +16,6 @@ #include #include -#include #include static char *binddn = NULL; diff --git a/clients/tools/ldapmodify.c b/clients/tools/ldapmodify.c index 872b7b38c6..b289406130 100644 --- a/clients/tools/ldapmodify.c +++ b/clients/tools/ldapmodify.c @@ -27,7 +27,6 @@ #include #endif -#include #include #include "ldif.h" diff --git a/clients/tools/ldapmodrdn.c b/clients/tools/ldapmodrdn.c index 12478dc222..afbf959d5f 100644 --- a/clients/tools/ldapmodrdn.c +++ b/clients/tools/ldapmodrdn.c @@ -28,7 +28,6 @@ #include #include -#include #include static char *binddn = NULL;