Remove redundant <cmath>.
[oota-llvm.git] / lib / CodeGen / SelectionDAG / DAGCombiner.cpp
index a1f3f7bcd4906a7cd1da870892347dbabed194c5..bdb2d5e2f17163a5ad3236ad965f618e4073a7fc 100644 (file)
@@ -38,7 +38,6 @@
 #include "llvm/Support/Compiler.h"
 #include "llvm/Support/CommandLine.h"
 #include <algorithm>
-#include <cmath>
 #include <iostream>
 #include <algorithm>
 using namespace llvm;