]> git.neil.brown.name Git - mdadm.git/commitdiff
sha1.h: remove ansidecl.h header inclusion
authorLukasz Dorau <lukasz.dorau@intel.com>
Mon, 13 Aug 2012 12:20:43 +0000 (14:20 +0200)
committerNeilBrown <neilb@suse.de>
Mon, 13 Aug 2012 23:53:20 +0000 (09:53 +1000)
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>
sha1.h

diff --git a/sha1.h b/sha1.h
index 5473f91f412b9a6fc0bfc2e9af3dbfef90012640..a601d96bcadcbdd353533490797a850d1878f920 100644 (file)
--- 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