[Gmp-commit] /var/hg/gmp: Don't include math.h.

mercurial at gmplib.org mercurial at gmplib.org
Thu Feb 16 14:31:57 CET 2012


details:   /var/hg/gmp/rev/c4caec4dbfb2
changeset: 14638:c4caec4dbfb2
user:      Torbjorn Granlund <tege at gmplib.org>
date:      Thu Feb 16 14:31:42 2012 +0100
description:
Don't include math.h.

diffstat:

 gen-bases.c |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 6afbf681aebb -r c4caec4dbfb2 gen-bases.c
--- a/gen-bases.c	Thu Feb 16 14:27:58 2012 +0100
+++ b/gen-bases.c	Thu Feb 16 14:31:42 2012 +0100
@@ -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 @@
 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"
 
 


More information about the gmp-commit mailing list