From: Jim Meyering Date: Thu, 5 Feb 2004 09:24:05 +0000 (+0000) Subject: Don't include timespec.h, now that system.h does it. X-Git-Tag: v5.1.3~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f37f61b4619c30b544546796e478c4a1444608b9;p=thirdparty%2Fcoreutils.git Don't include timespec.h, now that system.h does it. --- diff --git a/src/date.c b/src/date.c index 37295a1664..3e5fa48ad8 100644 --- a/src/date.c +++ b/src/date.c @@ -34,7 +34,6 @@ #include "posixver.h" #include "quote.h" #include "strftime.h" -#include "timespec.h" /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "date"