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:
@@ -1,7 +1,2 @@
|
||||
#include <config.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/types.h>
|
||||
#include "system.h"
|
||||
#include "checksum.h"
|
||||
|
||||
int algorithm = ALG_MD5;
|
||||
|
||||
@@ -1,7 +1,2 @@
|
||||
#include <config.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/types.h>
|
||||
#include "system.h"
|
||||
#include "checksum.h"
|
||||
|
||||
int algorithm = ALG_SHA1;
|
||||
|
||||
Reference in New Issue
Block a user