mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Remove unused always-enabled extension headers (#14042)
These were once used in these files but at this point aren't and are only causing confusion whether file depends on additional extension. - locale.h is added in main/SAPI.c for _ENABLE_PER_THREAD_LOCALE
This commit is contained in:
parent
8aec95e23f
commit
04c417a35e
4 changed files with 1 additions and 4 deletions
|
@ -24,7 +24,6 @@
|
|||
#include "ext/standard/info.h"
|
||||
#include "ext/standard/file.h"
|
||||
#include "ext/standard/php_var.h"
|
||||
#include "ext/spl/spl_exceptions.h"
|
||||
|
||||
#include "zend_attributes.h"
|
||||
#include "zend_exceptions.h"
|
||||
|
|
|
@ -40,7 +40,6 @@
|
|||
#include "zend_smart_str.h"
|
||||
#include "zend_bitset.h"
|
||||
#include "zend_exceptions.h"
|
||||
#include "ext/spl/spl_array.h"
|
||||
#include "ext/random/php_random.h"
|
||||
#include "zend_frameless_function.h"
|
||||
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
#include "php_browscap.h"
|
||||
#include "php_ini.h"
|
||||
#include "php_string.h"
|
||||
#include "ext/pcre/php_pcre.h"
|
||||
|
||||
#include "zend_ini_scanner.h"
|
||||
#include "zend_globals.h"
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
|
||||
#include <ctype.h>
|
||||
#include <sys/stat.h>
|
||||
#include <locale.h>
|
||||
|
||||
#include "php.h"
|
||||
#include "SAPI.h"
|
||||
|
@ -25,7 +26,6 @@
|
|||
#include "php_ini.h"
|
||||
#include "ext/standard/php_string.h"
|
||||
#include "ext/standard/pageinfo.h"
|
||||
#include "ext/pcre/php_pcre.h"
|
||||
#ifdef ZTS
|
||||
#include "TSRM.h"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue