From: Daniel Dunbar Date: Thu, 11 Mar 2010 02:28:48 +0000 (+0000) Subject: Remove dead include. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0193c0994bddb24225e47f91c19b9e75f8aebd44;p=oota-llvm.git Remove dead include. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98225 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/FastISel.cpp b/lib/CodeGen/SelectionDAG/FastISel.cpp index 1d76c7c3903..3fc30ff9088 100644 --- a/lib/CodeGen/SelectionDAG/FastISel.cpp +++ b/lib/CodeGen/SelectionDAG/FastISel.cpp @@ -53,7 +53,6 @@ #include "llvm/Target/TargetInstrInfo.h" #include "llvm/Target/TargetLowering.h" #include "llvm/Target/TargetMachine.h" -#include "SelectionDAGBuilder.h" #include "FunctionLoweringInfo.h" using namespace llvm;