changeset 4838:3e789581349d

Gunzip: removed nginx.h leftover include.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 11 Sep 2012 01:13:23 +0000
parents f9ae534ebf4b
children 9d458803bbe0
files src/http/modules/ngx_http_gunzip_filter_module.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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>