From d5484bf11515b8a23c83333ec5e6a5352e644396 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Tue, 4 Apr 2023 10:01:23 +0300 Subject: [PATCH] Remove includes --- ext/random/csprng.c | 1 - ext/random/php_random.h | 1 - 2 files changed, 2 deletions(-) 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);