diff options
author | Dmitry Stogov <dmitry@php.net> | 2006-11-10 09:56:16 +0000 |
---|---|---|
committer | Dmitry Stogov <dmitry@php.net> | 2006-11-10 09:56:16 +0000 |
commit | 9fd2b6deb43c276e8c5421c04a6be5eb85390ace (patch) | |
tree | 3624c51221582bee178812416c19047e97e23e21 /main/php.h | |
parent | 126be8ec7c13258a3361d2ebc2f3e609831213d2 (diff) | |
download | php-git-9fd2b6deb43c276e8c5421c04a6be5eb85390ace.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 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> |