move the live interval headers out of lib/CodeGen/
authorChris Lattner <sabre@nondot.org>
Wed, 21 Sep 2005 04:18:25 +0000 (04:18 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 21 Sep 2005 04:18:25 +0000 (04:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23399 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/LiveIntervalAnalysis.h

index 02ecea7af0cff4e1313458a6a21a5a73199db71e..1356755fb2b3255e6258895908a96791b53519c1 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "llvm/ADT/DenseMap.h"
 #include "llvm/CodeGen/MachineFunctionPass.h"
-#include "LiveInterval.h"
+#include "llvm/CodeGen/LiveInterval.h"
 
 namespace llvm {