summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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