1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Don't include <fenv.h> now that we have llvm/System/FEnv.h.

llvm-svn: 114219
This commit is contained in:
Jakob Stoklund Olesen 2010-09-17 21:47:03 +00:00
parent b86aebe2b7
commit 37131971c3

View File

@ -33,7 +33,6 @@
#include "llvm/System/FEnv.h"
#include <cerrno>
#include <cmath>
#include <fenv.h>
using namespace llvm;
//===----------------------------------------------------------------------===//