1
0
mirror of https://github.com/php/php-src.git synced 2026-04-04 06:32:49 +02:00

Further cleanup as including php.h is no longer harmful

- thanks to Sascha for noticing it.
Tested on Linux and WinNT, should work everywhere.
This commit is contained in:
Sam Ruby
1999-12-21 02:34:20 +00:00
parent 931bbca113
commit 8a34d1a7e0

View File

@@ -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 <malloc.h>
@@ -52,7 +48,6 @@
#if WIN32||WINNT
# include <time.h>
# include "php_reentrancy.h"
#else
# if !defined(HAVE_TM_ZONE) && !defined(_TIMEZONE)
extern time_t timezone;