Clean-up unused headers (#14365)

* ext/mbstring.c: clean-up headers and include intrinsics
This commit is contained in:
Gina Peter Banyard 2024-06-01 17:12:42 +01:00 committed by GitHub
parent c3b3e90cea
commit 25a5146180
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
33 changed files with 17 additions and 76 deletions

View file

@ -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"