summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LiveIntervalUnion.h
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2011-12-21 20:12:54 +0000
committerLang Hames <lhames@gmail.com>2011-12-21 20:12:54 +0000
commitbac22fac7d46aa496248ae9659e34f21718b6b42 (patch)
tree039809e06cb2abd067b41d438c70f045855f3f13 /lib/CodeGen/LiveIntervalUnion.h
parente8526d030f2cf8cc79f2d923274944cb0fa9c4eb (diff)
downloadllvm-bac22fac7d46aa496248ae9659e34f21718b6b42.tar.gz
llvm-bac22fac7d46aa496248ae9659e34f21718b6b42.tar.bz2
llvm-bac22fac7d46aa496248ae9659e34f21718b6b42.tar.xz
Remove disused STL header include.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147088 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/LiveIntervalUnion.h')
-rw-r--r--lib/CodeGen/LiveIntervalUnion.h2
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;