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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user