Remove redundant memory.h file

The memory.h file is part of the pre-C89 era and is on today's systems
only a simple wrapper for including the final string.h header file.
This commit is contained in:
Peter Kokot 2019-05-11 02:31:01 +02:00
parent 3a4df95793
commit 9219e56063
2 changed files with 0 additions and 6 deletions

View file

@ -33,11 +33,6 @@
#endif
#include <stdlib.h>
#ifdef HAVE_MEMORY_H
#include <memory.h>
#endif
#include <string.h>
#include <stddef.h>

View file

@ -26,7 +26,6 @@
#include <string.h>
#include <math.h>
#include <malloc.h>
#include <memory.h>
#include <winbase.h>
#include "sendmail.h"
#include "php_ini.h"