summaryrefslogtreecommitdiff
path: root/src/sha1sum.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-07-30 00:54:02 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-07-30 00:54:02 +0000
commitbd20ce2bad775952e42294934e13cb4271cabe1c (patch)
treef8b11db1417458417f01c8ec832fae143c34bd4a /src/sha1sum.c
parent286aff1fe6c2d5d45ed96d34aa8ba2575c89e561 (diff)
downloadcoreutils-bd20ce2bad775952e42294934e13cb4271cabe1c.tar.xz
Don't include any files other than checksum.h.
Diffstat (limited to 'src/sha1sum.c')
-rw-r--r--src/sha1sum.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/sha1sum.c b/src/sha1sum.c
index 1d4fdd800..6cda4aa3c 100644
--- a/src/sha1sum.c
+++ b/src/sha1sum.c
@@ -1,7 +1,2 @@
-#include <config.h>
-#include <stdio.h>
-#include <sys/types.h>
-#include "system.h"
#include "checksum.h"
-
int algorithm = ALG_SHA1;