summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-23 07:07:07 +0000
committerJim Meyering <jim@meyering.net>2003-07-23 07:07:07 +0000
commitb78c9ccbd555f22a168a57566212dedb2afeb2b1 (patch)
tree138c429fb115d812fce20c3e3f55aff4a536a791 /src
parent1e6e2a01010049f63712814b3a549647ecb54baa (diff)
downloadcoreutils-b78c9ccbd555f22a168a57566212dedb2afeb2b1.tar.xz
Don't include time.h; system.h already does it.
Diffstat (limited to 'src')
-rw-r--r--src/pr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pr.c b/src/pr.c
index 81c7aec5f..fba74ce37 100644
--- a/src/pr.c
+++ b/src/pr.c
@@ -314,7 +314,6 @@
#include <stdio.h>
#include <getopt.h>
#include <sys/types.h>
-#include <time.h>
#include "system.h"
#include "closeout.h"
#include "error.h"