summaryrefslogtreecommitdiff
path: root/src/true.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-23 07:29:54 +0000
committerJim Meyering <jim@meyering.net>2003-07-23 07:29:54 +0000
commit4f4e9aa8e16aaaf7dea9bb8053168316c0515626 (patch)
tree5b03381bd66c1cf756b0b2eb2a4597365cfd5db8 /src/true.c
parent2841d4bb915564666eb9254c458d250c63fcf4dd (diff)
downloadcoreutils-4f4e9aa8e16aaaf7dea9bb8053168316c0515626.tar.xz
Don't include headers already included by system.h:
Don't include closeout.h.
Diffstat (limited to 'src/true.c')
-rw-r--r--src/true.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/true.c b/src/true.c
index 5c5ab22c1..d7468ac3b 100644
--- a/src/true.c
+++ b/src/true.c
@@ -20,7 +20,6 @@
#include <sys/types.h>
#include "system.h"
#include "version-etc.h"
-#include "closeout.h"
#define PROGRAM_NAME "true"
#define AUTHORS "Jim Meyering"