Remove redundant <cmath>.
[oota-llvm.git] / lib / Analysis / ScalarEvolution.cpp
index a4de55c2c3e185f6f73eaf8c239d1074c4ee44e8..cd7000503ca7ac070e44532df4abc0081845570f 100644 (file)
@@ -75,7 +75,6 @@
 #include "llvm/Support/InstIterator.h"
 #include "llvm/Support/ManagedStatic.h"
 #include "llvm/ADT/Statistic.h"
-#include <cmath>
 #include <iostream>
 #include <algorithm>
 using namespace llvm;