diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2007-07-09 11:39:29 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2007-07-09 11:39:29 +0000 |
commit | 5322be306d3069de6c32c7566f6125c9d2f1830f (patch) | |
tree | 5ae381047117cf59cb76dc445a092de1ab32debe /logging.c | |
parent | 59b9798a0bffc3dea57556162cb8102133166dcc (diff) | |
download | mpfr-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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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. */ |