mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Clean-up some more headers (#14416)
Remove unused headers (such as php_ini.h for extensions that don't define INI settings) Use more specific headers when possible
This commit is contained in:
parent
8f6612aca0
commit
fd2d869642
49 changed files with 11 additions and 89 deletions
|
@ -20,10 +20,9 @@
|
|||
#endif
|
||||
|
||||
#include "php.h"
|
||||
#include "php_ini.h"
|
||||
#include "ext/standard/info.h"
|
||||
#include "ext/standard/file.h"
|
||||
#include "ext/standard/php_string.h"
|
||||
#include "ext/standard/php_string.h" /* For php_basename() */
|
||||
#include "ext/pcre/php_pcre.h"
|
||||
#include "ext/standard/php_filestat.h"
|
||||
#include "zend_attributes.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue