From 5d4e80b8fbfff6d2ab3948b19c5711cc03211e6d Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 5 Sep 2008 15:25:47 +0000 Subject: remove unused #include's --- src/http/modules/ngx_http_log_module.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/http/modules/ngx_http_log_module.c') diff --git a/src/http/modules/ngx_http_log_module.c b/src/http/modules/ngx_http_log_module.c index 5b8adc595..4448363c5 100644 --- a/src/http/modules/ngx_http_log_module.c +++ b/src/http/modules/ngx_http_log_module.c @@ -7,7 +7,6 @@ #include #include #include -#include typedef struct ngx_http_log_op_s ngx_http_log_op_t; -- cgit