summaryrefslogtreecommitdiff
path: root/src/md5sum.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-07-09 22:10:38 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-07-09 22:10:38 +0000
commit580d1e6d6d97c3e6f0fca764091e70319350c9a2 (patch)
treec13b378f7660a7b30c4f075579fff60f312b5810 /src/md5sum.c
parent531b803d836882711c68158bd5bac02c3c1e95a9 (diff)
downloadcoreutils-580d1e6d6d97c3e6f0fca764091e70319350c9a2.tar.xz
Don't include stdio.h; no longer needed.
Diffstat (limited to 'src/md5sum.c')
-rw-r--r--src/md5sum.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/md5sum.c b/src/md5sum.c
index e7eac0437..7ef749b7a 100644
--- a/src/md5sum.c
+++ b/src/md5sum.c
@@ -20,7 +20,6 @@
#include <config.h>
#include <getopt.h>
-#include <stdio.h>
#include <sys/types.h>
#include "system.h"