diff options
author | Dmitry Stogov <dmitry@php.net> | 2006-11-10 09:56:37 +0000 |
---|---|---|
committer | Dmitry Stogov <dmitry@php.net> | 2006-11-10 09:56:37 +0000 |
commit | dc34d34230ec152abfe27bf492d206a294359320 (patch) | |
tree | 280b450fbaf33ac84e773e6bf52e654882f6617b /main/php.h | |
parent | 0daf1284cd0fff6d967a2265578427b38100db9f (diff) | |
download | php-git-dc34d34230ec152abfe27bf492d206a294359320.tar.gz |
Simplify the code base as this getpwd() was used only once
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 37635b024a..c4070065c5 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> |