summaryrefslogtreecommitdiff
path: root/sha1.h
diff options
context:
space:
mode:
authorLukasz Dorau <lukasz.dorau@intel.com>2012-08-13 14:20:43 +0200
committerNeilBrown <neilb@suse.de>2012-08-14 09:53:20 +1000
commitc3439f4c7bbb1704c3c62c47bd88896321549a4b (patch)
tree0792b9f400ef33cd835a026d74e10cfc6a220ff5 /sha1.h
parentfa0d79e2b2642a2f8b04d34dfef866dbabc69e1e (diff)
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>
Diffstat (limited to 'sha1.h')
-rw-r--r--sha1.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sha1.h b/sha1.h
index 5473f91f..a601d96b 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