Skip to content

Commit c82e727

Browse files
committed
Remove unused always-available extension headers
These were once used in these files but at this point aren't and are only causing confusion whether file depends on additional extension.
1 parent f68d725 commit c82e727

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

ext/hash/hash.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
#include "ext/standard/info.h"
2525
#include "ext/standard/file.h"
2626
#include "ext/standard/php_var.h"
27-
#include "ext/spl/spl_exceptions.h"
2827

2928
#include "zend_attributes.h"
3029
#include "zend_exceptions.h"

ext/standard/array.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
#include "zend_smart_str.h"
4141
#include "zend_bitset.h"
4242
#include "zend_exceptions.h"
43-
#include "ext/spl/spl_array.h"
4443
#include "ext/random/php_random.h"
4544
#include "zend_frameless_function.h"
4645

ext/standard/browscap.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
#include "php_browscap.h"
1919
#include "php_ini.h"
2020
#include "php_string.h"
21-
#include "ext/pcre/php_pcre.h"
2221

2322
#include "zend_ini_scanner.h"
2423
#include "zend_globals.h"

main/SAPI.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
#include "php_ini.h"
2626
#include "ext/standard/php_string.h"
2727
#include "ext/standard/pageinfo.h"
28-
#include "ext/pcre/php_pcre.h"
2928
#ifdef ZTS
3029
#include "TSRM.h"
3130
#endif

0 commit comments

Comments
 (0)