summaryrefslogtreecommitdiff
path: root/gen-bases.c
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2017-01-29 21:04:33 +0100
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2017-01-29 21:04:33 +0100
commit8ddf4a30748cf34efc645d9b397540b133dde26b (patch)
tree7fae418722d9de4053c6e6d77f3fcc492ea3904f /gen-bases.c
parent071bf0333b9e2c33543569c71aa044b14579638b (diff)
downloadgmp-8ddf4a30748cf34efc645d9b397540b133dde26b.tar.gz
gen-bases.c: In generate file, include just gmp-impl.h, it includes gmp.h
Diffstat (limited to 'gen-bases.c')
-rw-r--r--gen-bases.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gen-bases.c b/gen-bases.c
index 006d4532e..2586021bd 100644
--- a/gen-bases.c
+++ b/gen-bases.c
@@ -1,7 +1,7 @@
/* Generate mp_bases data.
-Copyright 1991, 1993, 1994, 1996, 2000, 2002, 2004, 2011, 2012, 2015
-Free Software Foundation, Inc.
+Copyright 1991, 1993, 1994, 1996, 2000, 2002, 2004, 2011, 2012,
+2015-2017 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
@@ -157,7 +157,6 @@ table (int limb_bits, int nail_bits)
printf ("/* This file generated by gen-bases.c - DO NOT EDIT. */\n");
printf ("\n");
- printf ("#include \"gmp.h\"\n");
printf ("#include \"gmp-impl.h\"\n");
printf ("\n");
printf ("#if GMP_NUMB_BITS != %d\n", numb_bits);