mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Clean-up unused headers (#14365)
* ext/mbstring.c: clean-up headers and include intrinsics
This commit is contained in:
parent
c3b3e90cea
commit
25a5146180
33 changed files with 17 additions and 76 deletions
|
@ -16,15 +16,12 @@
|
|||
|
||||
#include "php.h"
|
||||
#include "php_ini.h"
|
||||
#include "php_globals.h"
|
||||
#include "php_pcre.h"
|
||||
#include "ext/standard/info.h"
|
||||
#include "ext/standard/basic_functions.h"
|
||||
#include "zend_smart_str.h"
|
||||
#include "SAPI.h"
|
||||
|
||||
#include "ext/standard/php_string.h"
|
||||
|
||||
#define PREG_PATTERN_ORDER 1
|
||||
#define PREG_SET_ORDER 2
|
||||
#define PREG_OFFSET_CAPTURE (1<<8)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue