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_subc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/libbiguint/bu_subc.c') 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 -#include #include 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) -- cgit v1.3.1