mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Remove redundant win32/unistd.h includes (#14533)
At this point win32/unistd.h only declares usleep which isn't used at these places.
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
|
||||
#ifdef PHP_WIN32
|
||||
#include "win32/param.h"
|
||||
#include "win32/unistd.h"
|
||||
|
||||
#ifdef _WIN64
|
||||
#define FINFO_LSEEK_FUNC _lseeki64
|
||||
|
||||
@@ -26,9 +26,6 @@
|
||||
#include <math.h>
|
||||
#include <time.h>
|
||||
#include <string.h>
|
||||
#ifdef PHP_WIN32
|
||||
#include "win32/unistd.h"
|
||||
#endif
|
||||
#include "zend_globals.h"
|
||||
#include "zend_interfaces.h"
|
||||
#include "php_array.h"
|
||||
|
||||
Reference in New Issue
Block a user