diff options
author | Sascha Schumann <sas@php.net> | 2002-10-24 13:15:49 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2002-10-24 13:15:49 +0000 |
commit | 2909e5c9c9313d25aa2dc85ea63ea51916043234 (patch) | |
tree | 7ccd1e817c174a33458372b4e0e7057890c87e3f /main/php_ini.c | |
parent | 26617f8b5f02a9bac6999e57315245626ccafb62 (diff) | |
download | php-git-2909e5c9c9313d25aa2dc85ea63ea51916043234.tar.gz |
centralize #include "build-defs.h" and drop (sometimes inconsistent) other
instances
Diffstat (limited to 'main/php_ini.c')
-rw-r--r-- | main/php_ini.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/main/php_ini.c b/main/php_ini.c index f83ceb5c28..e439547809 100644 --- a/main/php_ini.c +++ b/main/php_ini.c @@ -22,9 +22,6 @@ #define INI_CHECK_CWD #include "php.h" -#if !defined(PHP_WIN32) && !defined(NETWARE) -#include "build-defs.h" -#endif #include "ext/standard/info.h" #include "zend_ini.h" #include "php_ini.h" |