Remove obsolete memory.h include.

This commit is contained in:
Todd C. Miller
2015-06-18 21:02:57 -06:00
parent a50555faa2
commit 4f9cabd005
48 changed files with 42 additions and 186 deletions

View File

@@ -32,9 +32,6 @@
# endif
#endif /* STDC_HEADERS */
#ifdef HAVE_STRING_H
# if defined(HAVE_MEMORY_H) && !defined(STDC_HEADERS)
# include <memory.h>
# endif
# include <string.h>
#endif /* HAVE_STRING_H */
#ifdef HAVE_STRINGS_H