aboutsummaryrefslogtreecommitdiff
path: root/lib/ldap.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ldap.c')
-rw-r--r--lib/ldap.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/ldap.c b/lib/ldap.c
index 3e1144d4f..991204fd0 100644
--- a/lib/ldap.c
+++ b/lib/ldap.c
@@ -30,12 +30,6 @@
#include <stdarg.h>
#include <stdlib.h>
#include <ctype.h>
-#ifdef HAVE_SYS_TYPES_H
-#include <sys/types.h>
-#endif
-#ifdef HAVE_SYS_STAT_H
-#include <sys/stat.h>
-#endif
#ifdef NEED_MALLOC_H
#include <malloc.h>
#endif
@@ -115,7 +109,7 @@
#undef HAVE_LIBDL
#endif
-/*
+/*
* We use this ZERO_NULL to avoid picky compiler warnings,
* when assigning a NULL pointer to a function pointer var.
*/