From: Jakub Staszak Date: Tue, 27 Nov 2012 02:00:27 +0000 (+0000) Subject: Remove unneeded #include. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=df22702db0b74c14782e00e36e9e9c5df56182b6;p=oota-llvm.git Remove unneeded #include. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168670 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/BranchFolding.cpp b/lib/CodeGen/BranchFolding.cpp index 6f4c5a2f667..c6166000d0a 100644 --- a/lib/CodeGen/BranchFolding.cpp +++ b/lib/CodeGen/BranchFolding.cpp @@ -33,7 +33,6 @@ #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/raw_ostream.h" #include "llvm/ADT/SmallSet.h" -#include "llvm/ADT/SetVector.h" #include "llvm/ADT/Statistic.h" #include "llvm/ADT/STLExtras.h" #include