mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02: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:
parent
da7bc2ea04
commit
845af7778e
2 changed files with 0 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue