Remove unused STL header includes.
[oota-llvm.git] / lib / CodeGen / RegAllocLinearScan.cpp
index b91f312b72c73fe312d54461b120b12764718490..5ef88cb74ba5f71d3dbd875a07b63675e959174a 100644 (file)
@@ -40,7 +40,6 @@
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/raw_ostream.h"
 #include <algorithm>
-#include <set>
 #include <queue>
 #include <memory>
 #include <cmath>