[C++11] DwarfDebug: Use range-based for loops.
[oota-llvm.git] / lib / CodeGen / LiveIntervalUnion.cpp
index 679c1807aac2d4b7895bc1358c07f6341ccf692f..d5a81a311c647886ce4fc04fd698e950b1dd768b 100644 (file)
 //===----------------------------------------------------------------------===//
 
 #define DEBUG_TYPE "regalloc"
-#include "LiveIntervalUnion.h"
+#include "llvm/CodeGen/LiveIntervalUnion.h"
 #include "llvm/ADT/SparseBitVector.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/raw_ostream.h"
 #include "llvm/Target/TargetRegisterInfo.h"
-
 #include <algorithm>
 
 using namespace llvm;