1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-08 09:39:24 +02:00

Don't include any files other than checksum.h.

This commit is contained in:
Paul Eggert
2004-07-30 00:54:02 +00:00
parent 286aff1fe6
commit bd20ce2bad
2 changed files with 0 additions and 10 deletions
-5
View File
@@ -1,7 +1,2 @@
#include <config.h>
#include <stdio.h>
#include <sys/types.h>
#include "system.h"
#include "checksum.h"
int algorithm = ALG_MD5;
-5
View 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;