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
path: root/src/core
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/core
parentc3995ff670f88ffe22901757badf242755b2966f (diff)
remove unused #include's
Diffstat (limited to 'src/core')
-rw-r--r--src/core/nginx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/nginx.c b/src/core/nginx.c
index fb4ac2616..c1c6c0c25 100644
--- a/src/core/nginx.c
+++ b/src/core/nginx.c
@@ -6,7 +6,6 @@
#include <ngx_config.h>
#include <ngx_core.h>
-#include <ngx_event.h>
#include <nginx.h>