diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-07-30 00:54:02 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-07-30 00:54:02 +0000 |
commit | bd20ce2bad775952e42294934e13cb4271cabe1c (patch) | |
tree | f8b11db1417458417f01c8ec832fae143c34bd4a /src | |
parent | 286aff1fe6c2d5d45ed96d34aa8ba2575c89e561 (diff) | |
download | coreutils-bd20ce2bad775952e42294934e13cb4271cabe1c.tar.xz |
Don't include any files other than checksum.h.
Diffstat (limited to 'src')
-rw-r--r-- | src/md5.c | 5 | ||||
-rw-r--r-- | src/sha1sum.c | 5 |
2 files changed, 0 insertions, 10 deletions
@@ -1,7 +1,2 @@ -#include <config.h> -#include <stdio.h> -#include <sys/types.h> -#include "system.h" #include "checksum.h" - int algorithm = ALG_MD5; 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; |