diff options
Diffstat (limited to 'src/libbiguint/bu_subc.c')
-rw-r--r-- | src/libbiguint/bu_subc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libbiguint/bu_subc.c b/src/libbiguint/bu_subc.c index b5b6da5..69aa6ab 100644 --- a/src/libbiguint/bu_subc.c +++ b/src/libbiguint/bu_subc.c @@ -6,7 +6,6 @@ #endif #include <errno.h> -#include <stdint.h> #include <skalibs/biguint.h> int bu_subc (uint32_t *c, unsigned int cn, uint32_t const *a, unsigned int an, uint32_t const *b, unsigned int bn, int carry) |