Skip to content

Commit d5484bf

Browse files
committed
Remove includes
1 parent 706a9b2 commit d5484bf

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

ext/random/csprng.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525

2626
#include "php.h"
2727

28-
#include "zend_result.h"
2928
#include "Zend/zend_exceptions.h"
3029

3130
#include "php_random.h"

ext/random/php_random.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
# define PHP_RANDOM_H
3333

3434
# include "php.h"
35-
# include "zend_result.h"
3635

3736
PHPAPI double php_combined_lcg(void);
3837

0 commit comments

Comments
 (0)