Remove unnecessary include.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 18 Oct 2007 07:47:55 +0000 (07:47 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 18 Oct 2007 07:47:55 +0000 (07:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43117 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/LiveIntervalAnalysis.h

index 6f41ab664c32372308a2e7e37b58835a3e94bb25..2f1176d36a940e81301cd0aa45163b50925b125f 100644 (file)
@@ -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"