From 530e376209acc8a8ff669c5f8a0908b489687240 Mon Sep 17 00:00:00 2001 From: Marco Bodrato Date: Wed, 2 Feb 2022 13:25:12 +0100 Subject: mpz/{init2.c,realloc.c,realloc2.c}: Remove unneeded #includes --- mpz/init2.c | 2 -- mpz/realloc.c | 2 -- mpz/realloc2.c | 2 -- 3 files changed, 6 deletions(-) (limited to 'mpz') diff --git a/mpz/init2.c b/mpz/init2.c index 3133f60ab..118a20cae 100644 --- a/mpz/init2.c +++ b/mpz/init2.c @@ -28,8 +28,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 -#include #include "gmp-impl.h" void diff --git a/mpz/realloc.c b/mpz/realloc.c index 184fdf8c9..1f738fba1 100644 --- a/mpz/realloc.c +++ b/mpz/realloc.c @@ -29,8 +29,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 -#include #include "gmp-impl.h" void * diff --git a/mpz/realloc2.c b/mpz/realloc2.c index 9fa3a7578..fb3011dde 100644 --- a/mpz/realloc2.c +++ b/mpz/realloc2.c @@ -28,8 +28,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 -#include #include "gmp-impl.h" void -- cgit v1.2.1