Remove <memory.h> from stdlib.h (mem* fns should be in string.h).

This commit is contained in:
Kurt Zeilenga 1999-06-03 00:45:50 +00:00
parent 22adfb812f
commit 6956207270

View file

@ -17,10 +17,6 @@
#else
# ifdef HAVE_MEMORY_H
# include <memory.h>
# endif
# ifdef HAVE_MALLOC_H
# include <malloc.h>
# endif