]> git.kaiwu.me - nginx.git/commitdiff
remove unused #include's
authorIgor Sysoev <igor@sysoev.ru>
Fri, 5 Sep 2008 15:25:47 +0000 (15:25 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Fri, 5 Sep 2008 15:25:47 +0000 (15:25 +0000)
14 files changed:
src/core/nginx.c
src/http/modules/ngx_http_fastcgi_module.c
src/http/modules/ngx_http_log_module.c
src/http/modules/ngx_http_memcached_module.c
src/http/modules/ngx_http_proxy_module.c
src/http/ngx_http.c
src/http/ngx_http_core_module.c
src/http/ngx_http_core_module.h
src/http/ngx_http_parse_time.c
src/http/ngx_http_request.c
src/http/ngx_http_request_body.c
src/http/ngx_http_variables.c
src/http/ngx_http_variables.h
src/http/ngx_http_write_filter_module.c

index fb4ac261648689fa1e71da19c785cfca7b32ec3d..c1c6c0c2515a6424991e25c281aa5a35289118a6 100644 (file)
@@ -6,7 +6,6 @@
 
 #include <ngx_config.h>
 #include <ngx_core.h>
-#include <ngx_event.h>
 #include <nginx.h>
 
 
index de149ac31932bb7f9b464dccb6bc357cf80cdd9d..049c1130be9bee9f548c4bcd627509e03867aae4 100644 (file)
@@ -7,7 +7,6 @@
 #include <ngx_config.h>
 #include <ngx_core.h>
 #include <ngx_http.h>
-#include <nginx.h>
 
 
 typedef struct {
index 5b8adc595698ec67f41cf3ebad081df931901e7b..4448363c57461a6eb8df03aed36c6f4623a6ac41 100644 (file)
@@ -7,7 +7,6 @@
 #include <ngx_config.h>
 #include <ngx_core.h>
 #include <ngx_http.h>
-#include <nginx.h>
 
 
 typedef struct ngx_http_log_op_s  ngx_http_log_op_t;
index 64592f3ae2ab3be83b2aa0e29fb93b8c51b20ac0..9a6fb1646813ba88acb63422961caeb8b54e5adc 100644 (file)
@@ -6,7 +6,6 @@
 
 #include <ngx_config.h>
 #include <ngx_core.h>
-#include <ngx_event.h>
 #include <ngx_http.h>
 
 
index b69272d5fac096a9c642b0fb1b48626f28ed8051..6c0e28a346520aa3bcd5db929c2e1835b5cdce8d 100644 (file)
@@ -6,7 +6,6 @@
 
 #include <ngx_config.h>
 #include <ngx_core.h>
-#include <ngx_event.h>
 #include <ngx_http.h>
 
 
index d476b5f107a0ebbc3ffb02cebb833bc9189d662e..3d8915767b963e149343556625e1bf24f8782892 100644 (file)
@@ -6,7 +6,6 @@
 
 #include <ngx_config.h>
 #include <ngx_core.h>
-#include <ngx_event.h>
 #include <ngx_http.h>
 
 
index dbdde6b01070d47de2b9689d607c9341eeadb536..e1d5a8f55fae42544b83d08b8d13d3655ecdf3c9 100644 (file)
@@ -6,9 +6,7 @@
 
 #include <ngx_config.h>
 #include <ngx_core.h>
-#include <ngx_event.h>
 #include <ngx_http.h>
-#include <nginx.h>
 
 
 typedef struct {
index 54e4493bc466335cc134e40890eb4eab703a2e55..a3d8940a988af55930069af6d690f230f8f053c4 100644 (file)
@@ -8,8 +8,8 @@
 #define _NGX_HTTP_CORE_H_INCLUDED_
 
 
-#include <ngx_string.h>
-#include <ngx_array.h>
+#include <ngx_config.h>
+#include <ngx_core.h>
 #include <ngx_http.h>
 
 
index eac23f2f95b44980451c30ad77909ffb367ad235..23fc2385426f5087e66781e1dfe516741674743c 100644 (file)
@@ -6,7 +6,6 @@
 
 #include <ngx_config.h>
 #include <ngx_core.h>
-#include <ngx_types.h>
 
 
 static int mday[] = { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 };
index 113c5e894cc8d4d1dcfa94e8b304a735191313d9..e163fd8ef053c8fb9ad912a724a900e60b7d8608 100644 (file)
@@ -6,7 +6,6 @@
 
 #include <ngx_config.h>
 #include <ngx_core.h>
-#include <ngx_event.h>
 #include <ngx_http.h>
 
 
index a5b6813a25ca4e12109294aa3d04b36d5348dfe4..97c57ce3a7b0c9fd90f76c968cd2006077ada082 100644 (file)
@@ -6,7 +6,6 @@
 
 #include <ngx_config.h>
 #include <ngx_core.h>
-#include <ngx_event.h>
 #include <ngx_http.h>
 
 
index 15d1c6d0ce9fe52af0a3df98e10566dfcff71461..f61482f4ce8c012d4b989fd177f11d12ad155973 100644 (file)
@@ -6,7 +6,6 @@
 
 #include <ngx_config.h>
 #include <ngx_core.h>
-#include <ngx_event.h>
 #include <ngx_http.h>
 #include <nginx.h>
 
index bc2d10035e745cd458ad1e9b753e802ad39c35dd..bed0c64fd384462470cffb8b153be09d4969939d 100644 (file)
@@ -10,7 +10,6 @@
 
 #include <ngx_config.h>
 #include <ngx_core.h>
-#include <ngx_event.h>
 #include <ngx_http.h>
 
 
index bc62b18170152e5dc0082d4887560e7c2be00c3a..4381a4a57d797fd97cec8895b57da9712836e195 100644 (file)
@@ -6,7 +6,6 @@
 
 #include <ngx_config.h>
 #include <ngx_core.h>
-#include <ngx_event.h>
 #include <ngx_http.h>