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/ngx_http_parse_time.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/http/ngx_http_parse_time.c') diff --git a/src/http/ngx_http_parse_time.c b/src/http/ngx_http_parse_time.c index eac23f2f9..23fc23854 100644 --- a/src/http/ngx_http_parse_time.c +++ b/src/http/ngx_http_parse_time.c @@ -6,7 +6,6 @@ #include #include -#include static int mday[] = { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }; -- cgit