summaryrefslogtreecommitdiff
path: root/src/test.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-08-14 14:22:00 +0000
committerJim Meyering <jim@meyering.net>2005-08-14 14:22:00 +0000
commit6dc48762d8b0e5476fdfd0a8c38992360d2404b6 (patch)
treebe926cef697894698072eed6ca2fed194d8b801a /src/test.c
parent4852a0460aac215547905e7af248301eb8b1bb1e (diff)
downloadcoreutils-6dc48762d8b0e5476fdfd0a8c38992360d2404b6.tar.xz
Don't include "timespec.h".
Diffstat (limited to 'src/test.c')
-rw-r--r--src/test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test.c b/src/test.c
index 27883640c..d185ab426 100644
--- a/src/test.c
+++ b/src/test.c
@@ -46,7 +46,6 @@
#include "inttostr.h"
#include "quote.h"
#include "strnumcmp.h"
-#include "timespec.h"
#if HAVE_SYS_PARAM_H
# include <sys/param.h>