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:
Peter Kokot 2024-06-11 09:47:23 +02:00 committed by GitHub
parent da7bc2ea04
commit 845af7778e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 4 deletions

View file

@ -22,7 +22,6 @@
#ifdef PHP_WIN32
#include "win32/param.h"
#include "win32/unistd.h"
#ifdef _WIN64
#define FINFO_LSEEK_FUNC _lseeki64

View file

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