diff options
author | Lang Hames <lhames@gmail.com> | 2011-12-21 20:12:54 +0000 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2011-12-21 20:12:54 +0000 |
commit | bac22fac7d46aa496248ae9659e34f21718b6b42 (patch) | |
tree | 039809e06cb2abd067b41d438c70f045855f3f13 | |
parent | e8526d030f2cf8cc79f2d923274944cb0fa9c4eb (diff) |
Remove disused STL header include.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147088 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/CodeGen/LiveIntervalUnion.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/CodeGen/LiveIntervalUnion.h b/lib/CodeGen/LiveIntervalUnion.h index 5d64d285f3..dbf5ac122d 100644 --- a/lib/CodeGen/LiveIntervalUnion.h +++ b/lib/CodeGen/LiveIntervalUnion.h @@ -20,8 +20,6 @@ #include "llvm/ADT/IntervalMap.h" #include "llvm/CodeGen/LiveInterval.h" -#include <algorithm> - namespace llvm { class MachineLoopRange; |