diff options
Diffstat (limited to 'contrib/llvm/lib/CodeGen/LiveIntervalUnion.h')
-rw-r--r-- | contrib/llvm/lib/CodeGen/LiveIntervalUnion.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/llvm/lib/CodeGen/LiveIntervalUnion.h b/contrib/llvm/lib/CodeGen/LiveIntervalUnion.h index 5d64d28..dbf5ac1 100644 --- a/contrib/llvm/lib/CodeGen/LiveIntervalUnion.h +++ b/contrib/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; |