From 8a34d1a7e0d2cf650653e3689ee6cbdca3baf625 Mon Sep 17 00:00:00 2001 From: Sam Ruby Date: Tue, 21 Dec 1999 02:34:20 +0000 Subject: Further cleanup as including php.h is no longer harmful - thanks to Sascha for noticing it. Tested on Linux and WinNT, should work everywhere. --- ext/standard/parsedate.y | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'ext') diff --git a/ext/standard/parsedate.y b/ext/standard/parsedate.y index 60245f6c69..393207da09 100644 --- a/ext/standard/parsedate.y +++ b/ext/standard/parsedate.y @@ -19,11 +19,7 @@ /* SUPPRESS 595 on yypvt *//* Automatic variable may be used before set */ -#ifdef WIN32 -# include "config.w32.h" -#else -# include "php_config.h" -#endif +#include "php.h" #if WIN32||WINNT #include @@ -52,7 +48,6 @@ #if WIN32||WINNT # include -# include "php_reentrancy.h" #else # if !defined(HAVE_TM_ZONE) && !defined(_TIMEZONE) extern time_t timezone; -- cgit v1.2.1