summaryrefslogtreecommitdiff
path: root/dump.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 /dump.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 'dump.c')
-rw-r--r--dump.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dump.c b/dump.c
index 2836a950a..0ce8bf7ec 100644
--- a/dump.c
+++ b/dump.c
@@ -20,7 +20,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>
#include <string.h>
#include "mpfr-impl.h"