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
|
@ -25,14 +25,12 @@
|
|||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
#include <time.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#ifdef PHP_WIN32
|
||||
#include "win32/unistd.h"
|
||||
#endif
|
||||
#include "zend_globals.h"
|
||||
#include "zend_interfaces.h"
|
||||
#include "php_globals.h"
|
||||
#include "php_array.h"
|
||||
#include "basic_functions.h"
|
||||
#include "php_string.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue