summaryrefslogtreecommitdiff
path: root/mpfr-test.h
diff options
context:
space:
mode:
authorryde <ryde@280ebfd0-de03-0410-8827-d642c229c3f4>2003-01-03 23:07:37 +0000
committerryde <ryde@280ebfd0-de03-0410-8827-d642c229c3f4>2003-01-03 23:07:37 +0000
commit58c416f53d02b4ae43948934614bff4025f0db92 (patch)
tree2318930a6bff5838ae9a69876ff093ea33520835 /mpfr-test.h
parentb3fd2679490d516cf8c51e555e33e65740d89ca4 (diff)
downloadmpfr-58c416f53d02b4ae43948934614bff4025f0db92.tar.gz
(<sys/fpu.h>) [__mips]: Move from mpfr-test.h to tests/tests.c,
and conditionalize with HAVE_SYS_FPU_H. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2131 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'mpfr-test.h')
-rw-r--r--mpfr-test.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/mpfr-test.h b/mpfr-test.h
index 791a8476d..57701500d 100644
--- a/mpfr-test.h
+++ b/mpfr-test.h
@@ -23,9 +23,6 @@ MA 02111-1307, USA. */
#include <limits.h>
#include <float.h>
#include <math.h>
-#ifdef __mips
-#include <sys/fpu.h>
-#endif
#if HAVE_CONFIG_H
#include "config.h"