X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fdtime.c;h=1d3bc060f33907d4a885fd80c1bbfb2baa808a4b;hp=2f8e5dc2dd99b32e132cb100b874acb8dedc6755;hb=f78e7c6e6e616cc4ff2bee8a726365fafef2d8ce;hpb=db62cda50055368e5f4ac51df787053f70706c30 diff --git a/sbr/dtime.c b/sbr/dtime.c index 2f8e5dc..1d3bc06 100644 --- a/sbr/dtime.c +++ b/sbr/dtime.c @@ -6,10 +6,9 @@ ** complete copyright information. */ +#include #include /* for snprintf() */ -#include #include -#include #if !defined(HAVE_STRUCT_TM_TM_GMTOFF) extern long timezone; @@ -40,12 +39,6 @@ char *tw_ldotw[] = { "Saturday", NULL }; -struct zone { - char *std; - char *dst; - int shift; -}; - static int dmsize[] = { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 };