comparison 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
comparison
equal deleted inserted replaced
4837:f9ae534ebf4b 4838:3e789581349d
7 7
8 8
9 #include <ngx_config.h> 9 #include <ngx_config.h>
10 #include <ngx_core.h> 10 #include <ngx_core.h>
11 #include <ngx_http.h> 11 #include <ngx_http.h>
12 #include <nginx.h>
13 12
14 #include <zlib.h> 13 #include <zlib.h>
15 14
16 15
17 typedef struct { 16 typedef struct {