forked from OSchip/llvm-project
Don't include <fenv.h> now that we have llvm/System/FEnv.h.
llvm-svn: 114219
This commit is contained in:
parent
4a5e54021a
commit
4a253e5ac8
|
@ -33,7 +33,6 @@
|
|||
#include "llvm/System/FEnv.h"
|
||||
#include <cerrno>
|
||||
#include <cmath>
|
||||
#include <fenv.h>
|
||||
using namespace llvm;
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
|
Loading…
Reference in New Issue