From: Paul Eggert Date: Fri, 30 Jul 2004 00:54:02 +0000 (+0000) Subject: Don't include any files other than checksum.h. X-Git-Tag: v5.3.0~1019 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd20ce2bad775952e42294934e13cb4271cabe1c;p=thirdparty%2Fcoreutils.git Don't include any files other than checksum.h. --- diff --git a/src/md5.c b/src/md5.c index 929ab23482..47a862f9b4 100644 --- a/src/md5.c +++ b/src/md5.c @@ -1,7 +1,2 @@ -#include -#include -#include -#include "system.h" #include "checksum.h" - int algorithm = ALG_MD5; diff --git a/src/sha1sum.c b/src/sha1sum.c index 1d4fdd8001..6cda4aa3cb 100644 --- a/src/sha1sum.c +++ b/src/sha1sum.c @@ -1,7 +1,2 @@ -#include -#include -#include -#include "system.h" #include "checksum.h" - int algorithm = ALG_SHA1;