Remove redundant <cmath>.
[oota-llvm.git] / lib / CodeGen / RegAllocLinearScan.cpp
index 2aea512b16dbb76fc575a0a119521b3a5c98d520..9a358faea0134a33686dcb54bef950e690b317f2 100644 (file)
@@ -29,7 +29,6 @@
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/Compiler.h"
 #include <algorithm>
-#include <cmath>
 #include <iostream>
 #include <set>
 #include <queue>