diff options
| author | Andi Gutmans <andi@php.net> | 2000-10-21 19:18:55 +0000 |
|---|---|---|
| committer | Andi Gutmans <andi@php.net> | 2000-10-21 19:18:55 +0000 |
| commit | 4d676fe9d8aa5f367292d2df0f90cc48860f1a76 (patch) | |
| tree | f88cdcf6e21e28610be30c32a687027362694448 /ext/zlib/zlib.c | |
| parent | 4edb21002828a42400341d352916f868d5e71359 (diff) | |
| download | php-git-4d676fe9d8aa5f367292d2df0f90cc48860f1a76.tar.gz | |
- including php.h automatically includes the PHP config file.
Diffstat (limited to 'ext/zlib/zlib.c')
| -rw-r--r-- | ext/zlib/zlib.c | 8 |
1 files changed, 1 insertions, 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 <stdio.h> #include <stdlib.h> #include <errno.h> |
