1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

Remove includes

This commit is contained in:
Dmitry Stogov
2023-04-04 10:01:23 +03:00
parent 706a9b2a39
commit d5484bf115
2 changed files with 0 additions and 2 deletions

View File

@@ -25,7 +25,6 @@
#include "php.h"
#include "zend_result.h"
#include "Zend/zend_exceptions.h"
#include "php_random.h"

View File

@@ -32,7 +32,6 @@
# define PHP_RANDOM_H
# include "php.h"
# include "zend_result.h"
PHPAPI double php_combined_lcg(void);