mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +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
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include "zend_variables.h"
|
||||
#include "ext/standard/info.h"
|
||||
#include "ext/standard/html.h"
|
||||
#include "ext/standard/html.h" /* For php_next_utf8_char() */
|
||||
|
||||
#ifdef HAVE_XML
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue