Moved potential inclusion of system's malloc.h and memory.h header files to
[platform/upstream/curl.git] / lib / curl_addrinfo.c
index d5a6bc7..f88ea2a 100644 (file)
@@ -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