summaryrefslogtreecommitdiff
path: root/gen-bases.c
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2012-02-16 14:31:42 +0100
committerTorbjorn Granlund <tege@gmplib.org>2012-02-16 14:31:42 +0100
commit71e62c3340b9ffa636bb61e1a1e3c81334bcba3f (patch)
tree0ef3cb618aa0b0f24cb1c1a70342e560f145b8f4 /gen-bases.c
parentc6f17946cc1d10a946c0fc811b488b4c988fc319 (diff)
downloadgmp-71e62c3340b9ffa636bb61e1a1e3c81334bcba3f.tar.gz
Don't include math.h.
Diffstat (limited to 'gen-bases.c')
-rw-r--r--gen-bases.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gen-bases.c b/gen-bases.c
index 0b343d3ca..6e66f1032 100644
--- a/gen-bases.c
+++ b/gen-bases.c
@@ -1,6 +1,6 @@
/* Generate mp_bases data.
-Copyright 1991, 1993, 1994, 1996, 2000, 2002, 2004, 2011 Free Software
+Copyright 1991, 1993, 1994, 1996, 2000, 2002, 2004, 2011, 2012 Free Software
Foundation, Inc.
This file is part of the GNU MP Library.
@@ -18,8 +18,6 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
-#include <math.h>
-
#include "dumbmp.c"