summaryrefslogtreecommitdiff
path: root/get_d64.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-07-09 11:39:29 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-07-09 11:39:29 +0000
commit5322be306d3069de6c32c7566f6125c9d2f1830f (patch)
tree5ae381047117cf59cb76dc445a092de1ab32debe /get_d64.c
parent59b9798a0bffc3dea57556162cb8102133166dcc (diff)
downloadmpfr-5322be306d3069de6c32c7566f6125c9d2f1830f.tar.gz
<stdio.h> and <limits.h> are now included unconditionally in mpfr-impl.h
(removed their inclusion from the C files for consistency). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4632 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'get_d64.c')
-rw-r--r--get_d64.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/get_d64.c b/get_d64.c
index 9e022673a..01f336083 100644
--- a/get_d64.c
+++ b/get_d64.c
@@ -24,7 +24,6 @@ along with the MPFR Library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
MA 02110-1301, USA. */
-#include <stdio.h> /* DEBUG */
#include <stdlib.h> /* for strtol */
#include <string.h> /* for strlen */
#include "mpfr-impl.h"