aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-23 07:11:56 +0000
committerJim Meyering <jim@meyering.net>2003-07-23 07:11:56 +0000
commit132d2982d4a6d82f5ef2744d756dd360b54a5511 (patch)
treed411c72b59456845da88c69d4682d6a3a851bb9f /src
parent*** empty log message *** (diff)
downloadcoreutils-132d2982d4a6d82f5ef2744d756dd360b54a5511.tar.gz
coreutils-132d2982d4a6d82f5ef2744d756dd360b54a5511.zip
Don't include headers already included by system.h:
Don't include errno.h.
Diffstat (limited to 'src')
-rw-r--r--src/tr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tr.c b/src/tr.c
index 545f0df06..27f6a4a4c 100644
--- a/src/tr.c
+++ b/src/tr.c
@@ -21,7 +21,6 @@
#include <stdio.h>
#include <assert.h>
-#include <errno.h>
#include <sys/types.h>
#include <getopt.h>