]> git.sur5r.net Git - openldap/commitdiff
No need to include <lber.h>
authorKurt Zeilenga <kurt@openldap.org>
Tue, 20 Jun 2000 17:02:19 +0000 (17:02 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 20 Jun 2000 17:02:19 +0000 (17:02 +0000)
clients/tools/ldapdelete.c
clients/tools/ldapmodify.c
clients/tools/ldapmodrdn.c

index 7198c29822d37da588a8a39b12be5566c53b9bbc..8cf1e2f94b5eb2fe56a95ee086a4bedee4dfe3c0 100644 (file)
@@ -16,7 +16,6 @@
 #include <ac/string.h>
 #include <ac/unistd.h>
 
-#include <lber.h>
 #include <ldap.h>
 
 static char    *binddn = NULL;
index 872b7b38c6b5c28ad4e01387793228c6a49cd1cc..b2894061300fca402b21952a6b6706742c743eeb 100644 (file)
@@ -27,7 +27,6 @@
 #include <fcntl.h>
 #endif
 
-#include <lber.h>
 #include <ldap.h>
 
 #include "ldif.h"
index 12478dc2224e3a73afc24dc9fd0ee7212115b8c7..afbf959d5f94f8564d8801982c6783d48797455e 100644 (file)
@@ -28,7 +28,6 @@
 #include <ac/string.h>
 #include <ac/unistd.h>
 
-#include <lber.h>
 #include <ldap.h>
 
 static char    *binddn = NULL;