diff options
author | Evan Cheng <evan.cheng@apple.com> | 2007-10-18 07:47:55 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2007-10-18 07:47:55 +0000 |
commit | 5802390119ea8e609605824d4b9ed06be6b5c794 (patch) | |
tree | 6327e9f56d3ae8733a412b42625442dc2054ec01 /include/llvm/CodeGen/LiveIntervalAnalysis.h | |
parent | 72d66ad57ecd65aee2abf2122b205ae5f5f1a1fc (diff) | |
download | external_llvm-5802390119ea8e609605824d4b9ed06be6b5c794.zip external_llvm-5802390119ea8e609605824d4b9ed06be6b5c794.tar.gz external_llvm-5802390119ea8e609605824d4b9ed06be6b5c794.tar.bz2 |
Remove unnecessary include.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43117 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/LiveIntervalAnalysis.h')
-rw-r--r-- | include/llvm/CodeGen/LiveIntervalAnalysis.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/LiveIntervalAnalysis.h b/include/llvm/CodeGen/LiveIntervalAnalysis.h index 6f41ab6..2f1176d 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" |