From bd20ce2bad775952e42294934e13cb4271cabe1c Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 30 Jul 2004 00:54:02 +0000 Subject: Don't include any files other than checksum.h. --- src/md5.c | 5 ----- src/sha1sum.c | 5 ----- 2 files changed, 10 deletions(-) (limited to 'src') diff --git a/src/md5.c b/src/md5.c index 929ab2348..47a862f9b 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 1d4fdd800..6cda4aa3c 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; -- cgit v1.2.3-70-g09d2