diff options
author | Jim Meyering <jim@meyering.net> | 2003-07-23 07:07:07 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-07-23 07:07:07 +0000 |
commit | b78c9ccbd555f22a168a57566212dedb2afeb2b1 (patch) | |
tree | 138c429fb115d812fce20c3e3f55aff4a536a791 /src | |
parent | 1e6e2a01010049f63712814b3a549647ecb54baa (diff) | |
download | coreutils-b78c9ccbd555f22a168a57566212dedb2afeb2b1.tar.xz |
Don't include time.h; system.h already does it.
Diffstat (limited to 'src')
-rw-r--r-- | src/pr.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" |