diff src/http/modules/ngx_http_gunzip_filter_module.c @ 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 3abac956f6c8
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>