From: Lukasz Dorau Date: Mon, 13 Aug 2012 12:20:43 +0000 (+0200) Subject: sha1.h: remove ansidecl.h header inclusion X-Git-Tag: mdadm-3.2.6~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=446e000549de876919b669df65e90f1fcb9a9910;p=thirdparty%2Fmdadm.git sha1.h: remove ansidecl.h header inclusion Inclusion of the 'ansidecl.h' header requires the 'binutils-devel' package to be installed but is not needed. Signed-off-by: Maciej Patelczyk Signed-off-by: Lukasz Dorau Signed-off-by: NeilBrown --- diff --git a/sha1.h b/sha1.h index 5473f91f..a601d96b 100644 --- a/sha1.h +++ b/sha1.h @@ -26,8 +26,6 @@ # include #endif -#include "ansidecl.h" - /* The following contortions are an attempt to use the C preprocessor to determine an unsigned integral type that is 32 bits wide. An alternative approach is to use autoconf's AC_CHECK_SIZEOF macro, but