summaryrefslogtreecommitdiff
path: root/logging.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 /logging.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 'logging.c')
-rw-r--r--logging.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/logging.c b/logging.c
index a4bf06aed..44d4b5dd9 100644
--- a/logging.c
+++ b/logging.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 "mpfr-impl.h"
/* Logging MPFR needs GCC >= 3.0 and GLIBC >= 2.0. */