1
0
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:
Peter Kokot
2024-06-11 09:47:23 +02:00
committed by GitHub
parent da7bc2ea04
commit 845af7778e
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"