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:
Gina Peter Banyard 2024-06-08 17:15:36 +01:00 committed by GitHub
parent 8f6612aca0
commit fd2d869642
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
49 changed files with 11 additions and 89 deletions

View file

@ -30,7 +30,7 @@
#include "php.h"
#include "php_ini.h"
#include "ext/standard/php_standard.h"
#include "ext/standard/info.h"
#include "zend_smart_str.h"
#include "ext/pcre/php_pcre.h"
#ifdef PHP_WIN32