From 9fd2b6deb43c276e8c5421c04a6be5eb85390ace Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Fri, 10 Nov 2006 09:56:16 +0000 Subject: Simplify the code base as this getpwd() was used only once --- main/php.h | 1 - 1 file changed, 1 deletion(-) (limited to 'main/php.h') 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 -- cgit v1.2.1