Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-09-05 19:25:47 +0400
committerIgor Sysoev <igor@sysoev.ru>2008-09-05 19:25:47 +0400
commit5d4e80b8fbfff6d2ab3948b19c5711cc03211e6d (patch)
treeb981fffdb448edb0dd2139d1a6ebae3d06d827a5 /src/http/modules/ngx_http_proxy_module.c
parentc3995ff670f88ffe22901757badf242755b2966f (diff)
remove unused #include's
Diffstat (limited to 'src/http/modules/ngx_http_proxy_module.c')
-rw-r--r--src/http/modules/ngx_http_proxy_module.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_proxy_module.c b/src/http/modules/ngx_http_proxy_module.c
index b69272d5f..6c0e28a34 100644
--- a/src/http/modules/ngx_http_proxy_module.c
+++ b/src/http/modules/ngx_http_proxy_module.c
@@ -6,7 +6,6 @@
#include <ngx_config.h>
#include <ngx_core.h>
-#include <ngx_event.h>
#include <ngx_http.h>