aboutsummaryrefslogtreecommitdiff
path: root/lib/ldap.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-04-21 10:26:58 +0000
committerYang Tse <yangsita@gmail.com>2009-04-21 10:26:58 +0000
commit9770899a4bfb27ea73d0b0ee4be857ea1e47c4fd (patch)
tree7966686f758d2545de81b434aa530d7f4bfe9094 /lib/ldap.c
parentfe8eeb5641b488f6a730dd8afd34e589edb9b2c3 (diff)
Moved potential inclusion of system's malloc.h and memory.h header files to
setup_once.h. Inclusion of each header file is based on the definition of NEED_MALLOC_H and NEED_MEMORY_H respectively.
Diffstat (limited to 'lib/ldap.c')
-rw-r--r--lib/ldap.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/ldap.c b/lib/ldap.c
index 908ffc580..d396d7103 100644
--- a/lib/ldap.c
+++ b/lib/ldap.c
@@ -30,9 +30,6 @@
#include <stdarg.h>
#include <stdlib.h>
#include <ctype.h>
-#ifdef NEED_MALLOC_H
-#include <malloc.h>
-#endif
#include <errno.h>
#ifdef CURL_LDAP_HYBRID /* If W$ definitions are needed. */