diff options
author | Peter Kokot <peterkokot@gmail.com> | 2019-04-28 05:15:47 +0200 |
---|---|---|
committer | Peter Kokot <peterkokot@gmail.com> | 2019-04-29 00:51:13 +0200 |
commit | b931dacc888ed59ccae6598338fe604030c251d6 (patch) | |
tree | 2a6f129539af6afb7a95d86f08adaf561985f78f /Zend/zend_virtual_cwd.h | |
parent | 8446554fedc194f5fc660bac754cc547f6a876b4 (diff) | |
download | php-git-b931dacc888ed59ccae6598338fe604030c251d6.tar.gz |
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.
Diffstat (limited to 'Zend/zend_virtual_cwd.h')
-rw-r--r-- | Zend/zend_virtual_cwd.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <sys/utime.h> #include "win32/ioutil.h" /* mode_t isn't defined on Windows */ |