]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Don't include any files other than checksum.h.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 30 Jul 2004 00:54:02 +0000 (00:54 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 30 Jul 2004 00:54:02 +0000 (00:54 +0000)
src/md5.c
src/sha1sum.c

index 929ab2348287828d4e5322e949554b8c5e711456..47a862f9b4a9cee4b394df35e37b7d79618c40e2 100644 (file)
--- a/src/md5.c
+++ b/src/md5.c
@@ -1,7 +1,2 @@
-#include <config.h>
-#include <stdio.h>
-#include <sys/types.h>
-#include "system.h"
 #include "checksum.h"
-
 int algorithm = ALG_MD5;
index 1d4fdd8001571c5a7a5798f97d4ad429c8f8a1a8..6cda4aa3cb188a6a85b0446b1f9d597bfce091c7 100644 (file)
@@ -1,7 +1,2 @@
-#include <config.h>
-#include <stdio.h>
-#include <sys/types.h>
-#include "system.h"
 #include "checksum.h"
-
 int algorithm = ALG_SHA1;