summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit93176d72e7116824c238009815211eb84daf196d (patch)
treea54baa55246690f02235639f043f614310b22b5a /llvm/lib/CodeGen/LiveIntervalUnion.h
parentf61ff3425228978f465d275295a8b4be365d3526 (diff)
downloadbcm5719-llvm-93176d72e7116824c238009815211eb84daf196d.tar.gz
bcm5719-llvm-93176d72e7116824c238009815211eb84daf196d.zip
Remove disused STL header include.
llvm-svn: 147088
Diffstat (limited to 'llvm/lib/CodeGen/LiveIntervalUnion.h')
-rw-r--r--llvm/lib/CodeGen/LiveIntervalUnion.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/LiveIntervalUnion.h b/llvm/lib/CodeGen/LiveIntervalUnion.h
index 5d64d285f39..dbf5ac122d5 100644
--- a/llvm/lib/CodeGen/LiveIntervalUnion.h
+++ b/llvm/lib/CodeGen/LiveIntervalUnion.h
@@ -20,8 +20,6 @@
#include "llvm/ADT/IntervalMap.h"
#include "llvm/CodeGen/LiveInterval.h"
-#include <algorithm>
-
namespace llvm {
class MachineLoopRange;
OpenPOWER on IntegriCloud