commit | 4b948b49aa16e1990fb2e018b3da392caf602c36 | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Tue Sep 11 01:13:23 2012 +0000 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Tue Sep 11 01:13:23 2012 +0000 |
tree | 4d1194e3d0d6bf2ea4a109f2ac5b599be9e30b8a | |
parent | 90bd33e8ebf8f2cdfe9a809573d6f27490190dc7 [diff] |
Gunzip: removed nginx.h leftover include.
diff --git a/src/http/modules/ngx_http_gunzip_filter_module.c b/src/http/modules/ngx_http_gunzip_filter_module.c index 8493047..f8434cb 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>