From 4d676fe9d8aa5f367292d2df0f90cc48860f1a76 Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Sat, 21 Oct 2000 19:18:55 +0000 Subject: [PATCH] - including php.h automatically includes the PHP config file. --- ext/zlib/zlib.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/ext/zlib/zlib.c b/ext/zlib/zlib.c index 52cadf798f..f3ac8d3fda 100644 --- a/ext/zlib/zlib.c +++ b/ext/zlib/zlib.c @@ -19,9 +19,7 @@ /* $Id$ */ #define IS_EXT_MODULE -#ifndef PHP_WIN32 -#include "php_config.h" -#endif +#include "php.h" #if HAVE_FOPENCOOKIE #define _GNU_SOURCE @@ -29,10 +27,6 @@ #include "libio.h" #endif -#include "php.h" - - - #include #include #include -- 2.50.1