From: Jakob Stoklund Olesen Date: Fri, 17 Sep 2010 21:47:03 +0000 (+0000) Subject: Don't include now that we have llvm/System/FEnv.h. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=38cb1cdfb7308e82ed00985427f78d11d817d88a;p=oota-llvm.git Don't include now that we have llvm/System/FEnv.h. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114219 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/ConstantFolding.cpp b/lib/Analysis/ConstantFolding.cpp index c015231e1ba..96656a3c73f 100644 --- a/lib/Analysis/ConstantFolding.cpp +++ b/lib/Analysis/ConstantFolding.cpp @@ -33,7 +33,6 @@ #include "llvm/System/FEnv.h" #include #include -#include using namespace llvm; //===----------------------------------------------------------------------===//