diff --git a/ext/random/csprng.c b/ext/random/csprng.c index f34124ca638..106ec91affa 100644 --- a/ext/random/csprng.c +++ b/ext/random/csprng.c @@ -25,7 +25,6 @@ #include "php.h" -#include "zend_result.h" #include "Zend/zend_exceptions.h" #include "php_random.h" diff --git a/ext/random/php_random.h b/ext/random/php_random.h index f991cc2d79d..c9701489125 100644 --- a/ext/random/php_random.h +++ b/ext/random/php_random.h @@ -32,7 +32,6 @@ # define PHP_RANDOM_H # include "php.h" -# include "zend_result.h" PHPAPI double php_combined_lcg(void);