comparison src/http/ngx_http_variables.h @ 2233:f62751dab60d

remove unused #include's
author Igor Sysoev <igor@sysoev.ru>
date Fri, 05 Sep 2008 15:25:47 +0000
parents 66dc85397a90
children f267d23868fc
comparison
equal deleted inserted replaced
2232:992613253d93 2233:f62751dab60d
8 #define _NGX_HTTP_VARIABLES_H_INCLUDED_ 8 #define _NGX_HTTP_VARIABLES_H_INCLUDED_
9 9
10 10
11 #include <ngx_config.h> 11 #include <ngx_config.h>
12 #include <ngx_core.h> 12 #include <ngx_core.h>
13 #include <ngx_event.h>
14 #include <ngx_http.h> 13 #include <ngx_http.h>
15 14
16 15
17 typedef ngx_variable_value_t ngx_http_variable_value_t; 16 typedef ngx_variable_value_t ngx_http_variable_value_t;
18 17