Remove redundant <cmath>.
[oota-llvm.git] / lib / VMCore / ConstantFold.cpp
index 28993d5224732731819712dd0c466b9dc74c2992..64dd1b12348ab22b60d0c4c9ff3795c17abdff1a 100644 (file)
@@ -28,7 +28,6 @@
 #include "llvm/Support/ManagedStatic.h"
 #include "llvm/Support/MathExtras.h"
 #include <limits>
-#include <cmath>
 using namespace llvm;
 
 namespace {