Skip to content

Commit b931dac

Browse files
committed
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.
1 parent 8446554 commit b931dac

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

TSRM/readdir.h

Lines changed: 0 additions & 3 deletions
This file was deleted.

Zend/zend_virtual_cwd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
#endif
5050

5151
#ifdef ZEND_WIN32
52-
#include "readdir.h"
52+
#include "win32/readdir.h"
5353
#include <sys/utime.h>
5454
#include "win32/ioutil.h"
5555
/* mode_t isn't defined on Windows */

0 commit comments

Comments
 (0)