Remove an unneeded #include.
authorDan Gohman <gohman@apple.com>
Mon, 9 Nov 2009 22:28:30 +0000 (22:28 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 9 Nov 2009 22:28:30 +0000 (22:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86601 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/DAGCombiner.cpp

index 5f70cb85d9236a19d70a8dc68fd6fd803d35cd27..00136f40a3696540c0498f30206a5fcc2b389c7c 100644 (file)
@@ -37,7 +37,6 @@
 #include "llvm/Support/MathExtras.h"
 #include "llvm/Support/raw_ostream.h"
 #include <algorithm>
-#include <set>
 using namespace llvm;
 
 STATISTIC(NodesCombined   , "Number of dag nodes combined");