From b931dacc888ed59ccae6598338fe604030c251d6 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sun, 28 Apr 2019 05:15:47 +0200 Subject: Remove unused TSRM/readdir.h header This was once part of TSRM but then got refactored into the windows implementation win32/readdir.h directly. Instead of including such files directly code should use zend_virtual_cwd.h which is already part of the php.h file. --- Zend/zend_virtual_cwd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zend/zend_virtual_cwd.h') diff --git a/Zend/zend_virtual_cwd.h b/Zend/zend_virtual_cwd.h index dd8567cc51..a8cdcdc6f5 100644 --- a/Zend/zend_virtual_cwd.h +++ b/Zend/zend_virtual_cwd.h @@ -49,7 +49,7 @@ #endif #ifdef ZEND_WIN32 -#include "readdir.h" +#include "win32/readdir.h" #include #include "win32/ioutil.h" /* mode_t isn't defined on Windows */ -- cgit v1.2.1