summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-11-23 13:46:04 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-11-23 13:46:04 +0000
commite57453e0af4f6b2541db07ef72c60f9d766eb7ce (patch)
treeb88e5b6132121b472bc867e641b23a9506ba25f9
parent97dc33c5cfcf53c4277a1f51ac40f90403a298ee (diff)
downloadmpfr-e57453e0af4f6b2541db07ef72c60f9d766eb7ce.tar.gz
gmp_op.c: removed old "#include <stddef.h>" line (seems to be useless
now, and note that <stdio.h> is included by default in mpfr-impl.h). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4984 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--gmp_op.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gmp_op.c b/gmp_op.c
index dbc640056..b293bcdab 100644
--- a/gmp_op.c
+++ b/gmp_op.c
@@ -20,8 +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 <stddef.h>
-
#define MPFR_NEED_LONGLONG_H
#include "mpfr-impl.h"