[Gmp-commit] /var/hg/gmp: mpz/{init2.c, realloc.c, realloc2.c}: Remove unneeded...
mercurial at gmplib.org
mercurial at gmplib.org
Wed Feb 2 13:25:44 CET 2022
details: /var/hg/gmp/rev/9dbc186dad4e
changeset: 18300:9dbc186dad4e
user: Marco Bodrato <bodrato at mail.dm.unipi.it>
date: Wed Feb 02 13:25:12 2022 +0100
description:
mpz/{init2.c,realloc.c,realloc2.c}: Remove unneeded #includes
diffstat:
mpz/init2.c | 2 --
mpz/realloc.c | 2 --
mpz/realloc2.c | 2 --
3 files changed, 0 insertions(+), 6 deletions(-)
diffs (36 lines):
diff -r 89eae0fedb5a -r 9dbc186dad4e mpz/init2.c
--- a/mpz/init2.c Tue Feb 01 08:58:23 2022 +0100
+++ b/mpz/init2.c Wed Feb 02 13:25:12 2022 +0100
@@ -28,8 +28,6 @@
GNU Lesser General Public License along with the GNU MP Library. If not,
see https://www.gnu.org/licenses/. */
-#include <stdlib.h>
-#include <stdio.h>
#include "gmp-impl.h"
void
diff -r 89eae0fedb5a -r 9dbc186dad4e mpz/realloc.c
--- a/mpz/realloc.c Tue Feb 01 08:58:23 2022 +0100
+++ b/mpz/realloc.c Wed Feb 02 13:25:12 2022 +0100
@@ -29,8 +29,6 @@
GNU Lesser General Public License along with the GNU MP Library. If not,
see https://www.gnu.org/licenses/. */
-#include <stdlib.h>
-#include <stdio.h>
#include "gmp-impl.h"
void *
diff -r 89eae0fedb5a -r 9dbc186dad4e mpz/realloc2.c
--- a/mpz/realloc2.c Tue Feb 01 08:58:23 2022 +0100
+++ b/mpz/realloc2.c Wed Feb 02 13:25:12 2022 +0100
@@ -28,8 +28,6 @@
GNU Lesser General Public License along with the GNU MP Library. If not,
see https://www.gnu.org/licenses/. */
-#include <stdlib.h>
-#include <stdio.h>
#include "gmp-impl.h"
void
More information about the gmp-commit
mailing list