diff options
author | Yang Tse <yangsita@gmail.com> | 2009-04-21 10:26:58 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-04-21 10:26:58 +0000 |
commit | 9770899a4bfb27ea73d0b0ee4be857ea1e47c4fd (patch) | |
tree | 7966686f758d2545de81b434aa530d7f4bfe9094 /lib/curl_addrinfo.c | |
parent | fe8eeb5641b488f6a730dd8afd34e589edb9b2c3 (diff) | |
download | curl-9770899a4bfb27ea73d0b0ee4be857ea1e47c4fd.tar.gz |
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/curl_addrinfo.c')
-rw-r--r-- | lib/curl_addrinfo.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/curl_addrinfo.c b/lib/curl_addrinfo.c index d5a6bc712..f88ea2a93 100644 --- a/lib/curl_addrinfo.c +++ b/lib/curl_addrinfo.c @@ -25,9 +25,6 @@ #include <curl/curl.h> -#ifdef NEED_MALLOC_H -# include <malloc.h> -#endif #ifdef HAVE_SYS_SOCKET_H # include <sys/socket.h> #endif |