1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-19 02:10:57 +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

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;

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;