diff --git a/ext/standard/file.c b/ext/standard/file.c index f9474af68735..0bb00355744f 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -61,11 +61,7 @@ #include "file.h" #ifdef HAVE_PWD_H -# ifdef PHP_WIN32 -# include "win32/pwd.h" -# else -# include -# endif +# include #endif #include "fsock.h" diff --git a/ext/standard/filestat.c b/ext/standard/filestat.c index e41f6d1abb61..f7bda3c66bab 100644 --- a/ext/standard/filestat.c +++ b/ext/standard/filestat.c @@ -54,11 +54,7 @@ #endif #ifdef HAVE_PWD_H -# ifdef PHP_WIN32 -# include "win32/pwd.h" -# else -# include -# endif +# include #endif #ifdef HAVE_GRP_H diff --git a/ext/standard/pageinfo.c b/ext/standard/pageinfo.c index 3ddda25ef0b7..66ba0da5f158 100644 --- a/ext/standard/pageinfo.c +++ b/ext/standard/pageinfo.c @@ -19,11 +19,7 @@ #include #include #ifdef HAVE_PWD_H -#ifdef PHP_WIN32 -#include "win32/pwd.h" -#else -#include -#endif +# include #endif #ifdef HAVE_GRP_H # include diff --git a/main/php.h b/main/php.h index 44076b2c294d..77976a68c018 100644 --- a/main/php.h +++ b/main/php.h @@ -205,12 +205,8 @@ typedef unsigned int socklen_t; #include #ifdef HAVE_PWD_H -# ifdef PHP_WIN32 -#include "win32/param.h" -# else -#include -#include -# endif +# include +# include #endif #include