From 606627a9f6ccd3eff727931719b9ea23f72f10e1 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 10 Sep 2003 08:55:24 +0000 Subject: [PATCH] Include "sha.h" first. Include , unconditionally. --- lib/sha.c | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/lib/sha.c b/lib/sha.c index 150bf0e422..b645bf4026 100644 --- a/lib/sha.c +++ b/lib/sha.c @@ -11,19 +11,13 @@ # include #endif +#include "sha.h" + #include -#if STDC_HEADERS || defined _LIBC -# include -# include -#else -# ifndef HAVE_MEMCPY -# define memcpy(d, s, n) bcopy ((s), (d), (n)) -# endif -#endif +#include +#include -#include "md5.h" -#include "sha.h" #include "unlocked-io.h" /* -- 2.47.2