X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ftime_r.c;h=45b9b901c60aa2b78afec929ea433bf5f2e086e7;hb=a9ec89b0052cd2e2307e70ed861754ddc2f099ca;hp=3205862adf027cb77db0bafdf633892f824b77a3;hpb=0632e115747ff96e93330c88f536d7354a7ce507;p=gnulib.git diff --git a/lib/time_r.c b/lib/time_r.c index 3205862ad..45b9b901c 100644 --- a/lib/time_r.c +++ b/lib/time_r.c @@ -1,6 +1,6 @@ /* Reentrant time functions like localtime_r. - Copyright (C) 2003, 2006 Free Software Foundation, Inc. + Copyright (C) 2003, 2006-2007, 2010 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,9 +20,7 @@ #include -#include "time_r.h" - -#include +#include static struct tm * copy_tm_result (struct tm *dest, struct tm const *src)