# HG changeset patch # User Igor Sysoev # Date 1220628347 0 # Node ID f62751dab60dd97438aaae5b268c86716cd3c230 # Parent 992613253d930e4921ff3bc474abdc8feeee00d5 remove unused #include's diff -r 992613253d93 -r f62751dab60d src/core/nginx.c --- a/src/core/nginx.c Fri Sep 05 14:53:17 2008 +0000 +++ b/src/core/nginx.c Fri Sep 05 15:25:47 2008 +0000 @@ -6,7 +6,6 @@ #include #include -#include #include diff -r 992613253d93 -r f62751dab60d src/http/modules/ngx_http_fastcgi_module.c --- a/src/http/modules/ngx_http_fastcgi_module.c Fri Sep 05 14:53:17 2008 +0000 +++ b/src/http/modules/ngx_http_fastcgi_module.c Fri Sep 05 15:25:47 2008 +0000 @@ -7,7 +7,6 @@ #include #include #include -#include typedef struct { diff -r 992613253d93 -r f62751dab60d src/http/modules/ngx_http_log_module.c --- a/src/http/modules/ngx_http_log_module.c Fri Sep 05 14:53:17 2008 +0000 +++ b/src/http/modules/ngx_http_log_module.c Fri Sep 05 15:25:47 2008 +0000 @@ -7,7 +7,6 @@ #include #include #include -#include typedef struct ngx_http_log_op_s ngx_http_log_op_t; diff -r 992613253d93 -r f62751dab60d src/http/modules/ngx_http_memcached_module.c --- a/src/http/modules/ngx_http_memcached_module.c Fri Sep 05 14:53:17 2008 +0000 +++ b/src/http/modules/ngx_http_memcached_module.c Fri Sep 05 15:25:47 2008 +0000 @@ -6,7 +6,6 @@ #include #include -#include #include diff -r 992613253d93 -r f62751dab60d src/http/modules/ngx_http_proxy_module.c --- a/src/http/modules/ngx_http_proxy_module.c Fri Sep 05 14:53:17 2008 +0000 +++ b/src/http/modules/ngx_http_proxy_module.c Fri Sep 05 15:25:47 2008 +0000 @@ -6,7 +6,6 @@ #include #include -#include #include diff -r 992613253d93 -r f62751dab60d src/http/ngx_http.c --- a/src/http/ngx_http.c Fri Sep 05 14:53:17 2008 +0000 +++ b/src/http/ngx_http.c Fri Sep 05 15:25:47 2008 +0000 @@ -6,7 +6,6 @@ #include #include -#include #include diff -r 992613253d93 -r f62751dab60d src/http/ngx_http_core_module.c --- a/src/http/ngx_http_core_module.c Fri Sep 05 14:53:17 2008 +0000 +++ b/src/http/ngx_http_core_module.c Fri Sep 05 15:25:47 2008 +0000 @@ -6,9 +6,7 @@ #include #include -#include #include -#include typedef struct { diff -r 992613253d93 -r f62751dab60d src/http/ngx_http_core_module.h --- a/src/http/ngx_http_core_module.h Fri Sep 05 14:53:17 2008 +0000 +++ b/src/http/ngx_http_core_module.h Fri Sep 05 15:25:47 2008 +0000 @@ -8,8 +8,8 @@ #define _NGX_HTTP_CORE_H_INCLUDED_ -#include -#include +#include +#include #include diff -r 992613253d93 -r f62751dab60d src/http/ngx_http_parse_time.c --- a/src/http/ngx_http_parse_time.c Fri Sep 05 14:53:17 2008 +0000 +++ b/src/http/ngx_http_parse_time.c Fri Sep 05 15:25:47 2008 +0000 @@ -6,7 +6,6 @@ #include #include -#include static int mday[] = { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }; diff -r 992613253d93 -r f62751dab60d src/http/ngx_http_request.c --- a/src/http/ngx_http_request.c Fri Sep 05 14:53:17 2008 +0000 +++ b/src/http/ngx_http_request.c Fri Sep 05 15:25:47 2008 +0000 @@ -6,7 +6,6 @@ #include #include -#include #include diff -r 992613253d93 -r f62751dab60d src/http/ngx_http_request_body.c --- a/src/http/ngx_http_request_body.c Fri Sep 05 14:53:17 2008 +0000 +++ b/src/http/ngx_http_request_body.c Fri Sep 05 15:25:47 2008 +0000 @@ -6,7 +6,6 @@ #include #include -#include #include diff -r 992613253d93 -r f62751dab60d src/http/ngx_http_variables.c --- a/src/http/ngx_http_variables.c Fri Sep 05 14:53:17 2008 +0000 +++ b/src/http/ngx_http_variables.c Fri Sep 05 15:25:47 2008 +0000 @@ -6,7 +6,6 @@ #include #include -#include #include #include diff -r 992613253d93 -r f62751dab60d src/http/ngx_http_variables.h --- a/src/http/ngx_http_variables.h Fri Sep 05 14:53:17 2008 +0000 +++ b/src/http/ngx_http_variables.h Fri Sep 05 15:25:47 2008 +0000 @@ -10,7 +10,6 @@ #include #include -#include #include diff -r 992613253d93 -r f62751dab60d src/http/ngx_http_write_filter_module.c --- a/src/http/ngx_http_write_filter_module.c Fri Sep 05 14:53:17 2008 +0000 +++ b/src/http/ngx_http_write_filter_module.c Fri Sep 05 15:25:47 2008 +0000 @@ -6,7 +6,6 @@ #include #include -#include #include