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 4a5e54021a
commit 4a253e5ac8
1 changed files with 0 additions and 1 deletions

View File

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