From 33dfbbeaec4a49e110f51f5d088015f1a8fb9075 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 13 Mar 2017 22:43:45 +0000 Subject: More superflous headers cleanup and tiny fixes --- src/libbiguint/bu_gcd.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/libbiguint/bu_gcd.c') diff --git a/src/libbiguint/bu_gcd.c b/src/libbiguint/bu_gcd.c index 11c14e0..738091e 100644 --- a/src/libbiguint/bu_gcd.c +++ b/src/libbiguint/bu_gcd.c @@ -1,6 +1,5 @@ /* ISC license. */ -#include #include int bu_gcd (uint32_t *r, unsigned int rn, uint32_t const *a, unsigned int an, uint32_t const *b, unsigned int bn) -- cgit v1.2.3