summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukasz Dorau <lukasz.dorau@intel.com>2012-08-13 14:20:43 +0200
committerNeilBrown <neilb@suse.de>2012-09-27 16:49:54 +1000
commit446e000549de876919b669df65e90f1fcb9a9910 (patch)
treebc288d6e13e1b6e069ad96538d785f77832476a4
parent090900c3d2eb5b3aef5251a21228483c32246cc7 (diff)
downloadmdadm-446e000549de876919b669df65e90f1fcb9a9910.tar.gz
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 <maciej.patelczyk@intel.com> Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com> Signed-off-by: NeilBrown <neilb@suse.de>
-rw-r--r--sha1.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sha1.h b/sha1.h
index 5473f91..a601d96 100644
--- a/sha1.h
+++ b/sha1.h
@@ -26,8 +26,6 @@
# include <limits.h>
#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