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
|
@ -19,15 +19,11 @@
|
|||
#endif
|
||||
|
||||
#include "php.h"
|
||||
#include "php_ini.h"
|
||||
#include "ext/standard/info.h"
|
||||
#include "zend_interfaces.h"
|
||||
#include "zend_exceptions.h"
|
||||
#include "spl_exceptions_arginfo.h"
|
||||
|
||||
#include "php_spl.h"
|
||||
#include "spl_functions.h"
|
||||
#include "spl_engine.h"
|
||||
#include "spl_exceptions.h"
|
||||
|
||||
PHPAPI zend_class_entry *spl_ce_LogicException;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue