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: COREUTILS-5_1_3~38 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f37f61b4619c30b544546796e478c4a1444608b9;p=platform%2Fupstream%2Fcoreutils.git Don't include timespec.h, now that system.h does it. --- diff --git a/src/date.c b/src/date.c index 37295a1..3e5fa48 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"