From: Evan Cheng Date: Thu, 18 Oct 2007 07:47:55 +0000 (+0000) Subject: Remove unnecessary include. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=cf1d7256d0bb1e9e3101bf201e4d60529b30b6ff;p=oota-llvm.git Remove unnecessary include. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43117 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/LiveIntervalAnalysis.h b/include/llvm/CodeGen/LiveIntervalAnalysis.h index 6f41ab664c3..2f1176d36a9 100644 --- a/include/llvm/CodeGen/LiveIntervalAnalysis.h +++ b/include/llvm/CodeGen/LiveIntervalAnalysis.h @@ -24,7 +24,6 @@ #include "llvm/CodeGen/LiveInterval.h" #include "llvm/ADT/BitVector.h" #include "llvm/ADT/DenseMap.h" -#include "llvm/ADT/IndexedMap.h" #include "llvm/ADT/SmallPtrSet.h" #include "llvm/ADT/SmallVector.h" #include "llvm/Support/Allocator.h"