diff options
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/php.h b/main/php.h index 0b4fd3306a..6ff3bfe7da 100644 --- a/main/php.h +++ b/main/php.h @@ -199,7 +199,6 @@ char *strerror(int); #if HAVE_PWD_H # ifdef PHP_WIN32 -#include "win32/pwd.h" #include "win32/param.h" # else #include <pwd.h> |