move the live interval headers out of lib/CodeGen/

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23399 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-09-21 04:18:25 +00:00
parent e9967146ad
commit 779a6513fe

View 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 {