summaryrefslogtreecommitdiff
path: root/Build/source/libs/gmp/gmp-src/mpn/generic/mullo_basecase.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/gmp/gmp-src/mpn/generic/mullo_basecase.c')
-rw-r--r--Build/source/libs/gmp/gmp-src/mpn/generic/mullo_basecase.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Build/source/libs/gmp/gmp-src/mpn/generic/mullo_basecase.c b/Build/source/libs/gmp/gmp-src/mpn/generic/mullo_basecase.c
index 37d9018a493..9a4cd3d82b1 100644
--- a/Build/source/libs/gmp/gmp-src/mpn/generic/mullo_basecase.c
+++ b/Build/source/libs/gmp/gmp-src/mpn/generic/mullo_basecase.c
@@ -33,7 +33,6 @@ You should have received copies of the GNU General Public License and the
GNU Lesser General Public License along with the GNU MP Library. If not,
see https://www.gnu.org/licenses/. */
-#include "gmp.h"
#include "gmp-impl.h"
/* FIXME: Should optionally use mpn_mul_2/mpn_addmul_2. */