diff options
Diffstat (limited to 'src/libbiguint/bu_gcd.c')
-rw-r--r-- | src/libbiguint/bu_gcd.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <stdint.h> #include <skalibs/biguint.h> int bu_gcd (uint32_t *r, unsigned int rn, uint32_t const *a, unsigned int an, uint32_t const *b, unsigned int bn) |