]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Don't include time.h; system.h already does it.
authorJim Meyering <jim@meyering.net>
Wed, 23 Jul 2003 07:07:07 +0000 (07:07 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 23 Jul 2003 07:07:07 +0000 (07:07 +0000)
src/pr.c

index 81c7aec5f463f5e9054d22b64f58efe39f89c07a..fba74ce377d247d83f3a54becb79cf1ebdef9eae 100644 (file)
--- a/src/pr.c
+++ b/src/pr.c
 #include <stdio.h>
 #include <getopt.h>
 #include <sys/types.h>
-#include <time.h>
 #include "system.h"
 #include "closeout.h"
 #include "error.h"