]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Don't include timespec.h, now that system.h does it.
authorJim Meyering <jim@meyering.net>
Thu, 5 Feb 2004 09:24:05 +0000 (09:24 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 5 Feb 2004 09:24:05 +0000 (09:24 +0000)
src/date.c

index 37295a16648a1c03abf4076e7fffccbc837bf059..3e5fa48ad8acf70e6d28ce43ec486a446f10b9fe 100644 (file)
@@ -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"