diff options
| author | Maxim Dounin <mdounin@mdounin.ru> | 2012-09-11 01:13:23 +0000 |
|---|---|---|
| committer | Maxim Dounin <mdounin@mdounin.ru> | 2012-09-11 01:13:23 +0000 |
| commit | 4b948b49aa16e1990fb2e018b3da392caf602c36 (patch) | |
| tree | 4d1194e3d0d6bf2ea4a109f2ac5b599be9e30b8a | |
| parent | 90bd33e8ebf8f2cdfe9a809573d6f27490190dc7 (diff) | |
| download | nginx-4b948b49aa16e1990fb2e018b3da392caf602c36.tar.gz nginx-4b948b49aa16e1990fb2e018b3da392caf602c36.tar.bz2 | |
Gunzip: removed nginx.h leftover include.
| -rw-r--r-- | src/http/modules/ngx_http_gunzip_filter_module.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_gunzip_filter_module.c b/src/http/modules/ngx_http_gunzip_filter_module.c index 84930479a..f8434cb83 100644 --- a/src/http/modules/ngx_http_gunzip_filter_module.c +++ b/src/http/modules/ngx_http_gunzip_filter_module.c @@ -9,7 +9,6 @@ #include <ngx_config.h> #include <ngx_core.h> #include <ngx_http.h> -#include <nginx.h> #include <zlib.h> |
