aboutsummaryrefslogtreecommitdiff
path: root/lib/ldap.c
diff options
context:
space:
mode:
authorGisle Vanem <gvanem@broadpark.no>2007-02-26 04:24:26 +0000
committerGisle Vanem <gvanem@broadpark.no>2007-02-26 04:24:26 +0000
commitc514a2a89aa1c1e06b70405eedb4e1f70b27fd10 (patch)
treec685e0a7611170a72dfa9c9825f95fb2ee7be900 /lib/ldap.c
parente2f0580dfe45c9337394ecce74ca769a3d07635d (diff)
Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files
since they're already included through "setup.h".
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.
*/