From f37f61b4619c30b544546796e478c4a1444608b9 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 5 Feb 2004 09:24:05 +0000 Subject: [PATCH] Don't include timespec.h, now that system.h does it. --- src/date.c | 1 - 1 file changed, 1 deletion(-) 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" -- 2.47.2