mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
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:
parent
3a4df95793
commit
9219e56063
2 changed files with 0 additions and 6 deletions
|
@ -33,11 +33,6 @@
|
|||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef HAVE_MEMORY_H
|
||||
#include <memory.h>
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
#include <stddef.h>
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue