Remove unncessary include
authorNate Begeman <natebegeman@mac.com>
Mon, 8 May 2006 01:33:11 +0000 (01:33 +0000)
committerNate Begeman <natebegeman@mac.com>
Mon, 8 May 2006 01:33:11 +0000 (01:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28160 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/SelectionDAGISel.h

index 01fe6452560108dab3465ddf9c519378918c8fdb..397a5d8043d81f66a9b13800cb75071b7841895e 100644 (file)
@@ -18,7 +18,6 @@
 #include "llvm/Pass.h"
 #include "llvm/Constant.h"
 #include "llvm/CodeGen/SelectionDAGNodes.h"
-#include <set>
 
 namespace llvm {
   class SelectionDAG;