diff options
author | Jim Meyering <jim@meyering.net> | 2003-07-23 07:29:54 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-07-23 07:29:54 +0000 |
commit | 4f4e9aa8e16aaaf7dea9bb8053168316c0515626 (patch) | |
tree | 5b03381bd66c1cf756b0b2eb2a4597365cfd5db8 /src/md5sum.c | |
parent | 2841d4bb915564666eb9254c458d250c63fcf4dd (diff) | |
download | coreutils-4f4e9aa8e16aaaf7dea9bb8053168316c0515626.tar.xz |
Don't include headers already included by system.h:
Don't include closeout.h.
Diffstat (limited to 'src/md5sum.c')
-rw-r--r-- | src/md5sum.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/md5sum.c b/src/md5sum.c index 43c1ef79f..247302021 100644 --- a/src/md5sum.c +++ b/src/md5sum.c @@ -29,7 +29,6 @@ #include "sha.h" #include "checksum.h" #include "getline.h" -#include "closeout.h" #include "error.h" /* The official name of this program (e.g., no `g' prefix). */ |