diff src/http/ngx_http_parse_time.c @ 2233:f62751dab60d

remove unused #include's
author Igor Sysoev <igor@sysoev.ru>
date Fri, 05 Sep 2008 15:25:47 +0000
parents a3e84e78e785
children 154b5f8565a9 8d310fbeaa38
line wrap: on
line diff
--- a/src/http/ngx_http_parse_time.c
+++ b/src/http/ngx_http_parse_time.c
@@ -6,7 +6,6 @@
 
 #include <ngx_config.h>
 #include <ngx_core.h>
-#include <ngx_types.h>
 
 
 static int mday[] = { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 };