Remove disused STL header include.

llvm-svn: 147088
This commit is contained in:
Lang Hames 2011-12-21 20:12:54 +00:00
parent 6442ed0e79
commit 76eeaf60a9

View File

@ -20,8 +20,6 @@
#include "llvm/ADT/IntervalMap.h"
#include "llvm/CodeGen/LiveInterval.h"
#include <algorithm>
namespace llvm {
class MachineLoopRange;