summaryrefslogtreecommitdiff
path: root/tuneup.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 /tuneup.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 'tuneup.c')
-rw-r--r--tuneup.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tuneup.c b/tuneup.c
index acd6b3f14..c08c207e0 100644
--- a/tuneup.c
+++ b/tuneup.c
@@ -21,9 +21,7 @@ the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
MA 02110-1301, USA. */
#include <stdlib.h>
-#include <stdio.h>
#include <time.h>
-#include <limits.h>
#define MPFR_NEED_LONGLONG_H
#include "mpfr-impl.h"