From: Ilia Alshanetsky Date: Sat, 8 Feb 2003 01:32:09 +0000 (+0000) Subject: The string.h is already avaliable through zend.h, so the manual inclusion X-Git-Tag: RELEASE_0_5~1221 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df3662f43684f9ccfe49bfa87a5a99f070a3b641;p=php The string.h is already avaliable through zend.h, so the manual inclusion is not necessary. --- diff --git a/Zend/zend_builtin_functions.c b/Zend/zend_builtin_functions.c index ba5e37c1d5..71b685d479 100644 --- a/Zend/zend_builtin_functions.c +++ b/Zend/zend_builtin_functions.c @@ -24,12 +24,7 @@ #include "zend_builtin_functions.h" #include "zend_constants.h" #include "zend_ini.h" - -#if HAVE_STRING_H -#include -#else -#include -#endif +#include "zend_config.h" #undef ZEND_TEST_EXCEPTIONS