diff options
author | Igor Sysoev <igor@sysoev.ru> | 2008-09-05 15:25:47 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2008-09-05 15:25:47 +0000 |
commit | 5d4e80b8fbfff6d2ab3948b19c5711cc03211e6d (patch) | |
tree | b981fffdb448edb0dd2139d1a6ebae3d06d827a5 /src/http/ngx_http_request.c | |
parent | c3995ff670f88ffe22901757badf242755b2966f (diff) | |
download | nginx-5d4e80b8fbfff6d2ab3948b19c5711cc03211e6d.tar.gz nginx-5d4e80b8fbfff6d2ab3948b19c5711cc03211e6d.zip |
remove unused #include's
Diffstat (limited to 'src/http/ngx_http_request.c')
-rw-r--r-- | src/http/ngx_http_request.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c index 113c5e894..e163fd8ef 100644 --- a/src/http/ngx_http_request.c +++ b/src/http/ngx_http_request.c @@ -6,7 +6,6 @@ #include <ngx_config.h> #include <ngx_core.h> -#include <ngx_event.h> #include <ngx_http.h> |