summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2006-11-10 09:56:37 +0000
committerDmitry Stogov <dmitry@php.net>2006-11-10 09:56:37 +0000
commitdc34d34230ec152abfe27bf492d206a294359320 (patch)
tree280b450fbaf33ac84e773e6bf52e654882f6617b /main/php.h
parent0daf1284cd0fff6d967a2265578427b38100db9f (diff)
downloadphp-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.h1
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>