From: Lang Hames Date: Wed, 21 Dec 2011 20:12:54 +0000 (+0000) Subject: Remove disused STL header include. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=bac22fac7d46aa496248ae9659e34f21718b6b42;p=oota-llvm.git Remove disused STL header include. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147088 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/LiveIntervalUnion.h b/lib/CodeGen/LiveIntervalUnion.h index 5d64d285f39..dbf5ac122d5 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 - namespace llvm { class MachineLoopRange;