Skip to content

Commit 9219e56

Browse files
committed
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.
1 parent 3a4df95 commit 9219e56

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

ext/mbstring/libmbfl/mbfl/mbfl_allocators.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@
3333
#endif
3434

3535
#include <stdlib.h>
36-
37-
#ifdef HAVE_MEMORY_H
38-
#include <memory.h>
39-
#endif
40-
4136
#include <string.h>
4237
#include <stddef.h>
4338

win32/sendmail.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
#include <string.h>
2727
#include <math.h>
2828
#include <malloc.h>
29-
#include <memory.h>
3029
#include <winbase.h>
3130
#include "sendmail.h"
3231
#include "php_ini.h"

0 commit comments

Comments
 (0)