[llvm-commits] [llvm] r147088 - /llvm/trunk/lib/CodeGen/LiveIntervalUnion.h

Lang Hames lhames at gmail.com
Wed Dec 21 12:12:55 PST 2011


Author: lhames
Date: Wed Dec 21 14:12:54 2011
New Revision: 147088

URL: http://llvm.org/viewvc/llvm-project?rev=147088&view=rev
Log:
Remove disused STL header include.

Modified:
    llvm/trunk/lib/CodeGen/LiveIntervalUnion.h

Modified: llvm/trunk/lib/CodeGen/LiveIntervalUnion.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/LiveIntervalUnion.h?rev=147088&r1=147087&r2=147088&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/LiveIntervalUnion.h (original)
+++ llvm/trunk/lib/CodeGen/LiveIntervalUnion.h Wed Dec 21 14:12:54 2011
@@ -20,8 +20,6 @@
 #include "llvm/ADT/IntervalMap.h"
 #include "llvm/CodeGen/LiveInterval.h"
 
-#include <algorithm>
-
 namespace llvm {
 
 class MachineLoopRange;





More information about the llvm-commits mailing list