From 9219e56063433c752397b09407c809e04ff2cc7c Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sat, 11 May 2019 02:31:01 +0200 Subject: [PATCH] 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. --- ext/mbstring/libmbfl/mbfl/mbfl_allocators.c | 5 ----- win32/sendmail.c | 1 - 2 files changed, 6 deletions(-) diff --git a/ext/mbstring/libmbfl/mbfl/mbfl_allocators.c b/ext/mbstring/libmbfl/mbfl/mbfl_allocators.c index da563cc7d6..42130e8b2c 100644 --- a/ext/mbstring/libmbfl/mbfl/mbfl_allocators.c +++ b/ext/mbstring/libmbfl/mbfl/mbfl_allocators.c @@ -33,11 +33,6 @@ #endif #include - -#ifdef HAVE_MEMORY_H -#include -#endif - #include #include diff --git a/win32/sendmail.c b/win32/sendmail.c index 6a685ee477..00063931ea 100644 --- a/win32/sendmail.c +++ b/win32/sendmail.c @@ -26,7 +26,6 @@ #include #include #include -#include #include #include "sendmail.h" #include "php_ini.h" -- 2.40.0