Remove redundant <cmath>.
[oota-llvm.git] / lib / Transforms / Utils / Local.cpp
index 1e032a3bd0bb5c41722e6159105f650b6423870c..9a16bfccb37a1d06ca15041c75d3c081d786d7fb 100644 (file)
@@ -21,7 +21,6 @@
 #include "llvm/Support/GetElementPtrTypeIterator.h"
 #include "llvm/Support/MathExtras.h"
 #include <cerrno>
-#include <cmath>
 using namespace llvm;
 
 //===----------------------------------------------------------------------===//