From: Kurt Zeilenga Date: Thu, 3 Jun 1999 00:45:50 +0000 (+0000) Subject: Remove from stdlib.h (mem* fns should be in string.h). X-Git-Tag: OPENLDAP_REL_ENG_2_BP~418 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6956207270f40e6b713bbe204a3b4168070832cc;p=openldap Remove from stdlib.h (mem* fns should be in string.h). --- diff --git a/include/ac/stdlib.h b/include/ac/stdlib.h index c7ad9f00c8..fad37d557b 100644 --- a/include/ac/stdlib.h +++ b/include/ac/stdlib.h @@ -17,10 +17,6 @@ #else -# ifdef HAVE_MEMORY_H -# include -# endif - # ifdef HAVE_MALLOC_H # include # endif