Remove switch from tests to include system headers.

We can now simply use -DOPENLIBM_USE_HOST_*_H to do this.
This commit is contained in:
Ed Schouten 2015-01-09 14:29:56 +01:00
parent 06dbb6e72b
commit a2afb267cf
1 changed files with 3 additions and 9 deletions

View File

@ -116,16 +116,10 @@
#endif
#include "libm-test-ulps.h"
#ifdef SYS_MATH_H /* XXX scp XXX */
#include <complex.h>
#include <math.h>
#include <float.h>
#include <fenv.h>
#else
#include "openlibm.h"
#include "openlibm_fenv.h"
#include "float.h"
#endif
#include <openlibm.h>
#include <openlibm_complex.h>
#include <openlibm_fenv.h>
#if 0 /* XXX scp XXX */
#define FE_INEXACT FE_INEXACT