Fix more incestuous #includage.
authorChris Lattner <sabre@nondot.org>
Fri, 9 Jan 2004 16:17:09 +0000 (16:17 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 9 Jan 2004 16:17:09 +0000 (16:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10732 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/SparcV9/SparcV9RegClassInfo.cpp
lib/Target/SparcV9/SparcV9RegInfo.cpp

index c6d559abdb930f7d4fc3201105e50d850967da16..b1387bfa9c03bb6ca3f632ae707e08dab253eafc 100644 (file)
@@ -15,8 +15,8 @@
 #include "SparcRegClassInfo.h"
 #include "SparcInternals.h"
 #include "SparcRegInfo.h"
-#include "../../CodeGen/RegAlloc/RegAllocCommon.h"   // FIXME!
-#include "../../CodeGen/RegAlloc/IGNode.h"           // FIXME!
+#include "RegAlloc/RegAllocCommon.h"
+#include "RegAlloc/IGNode.h"
 
 namespace llvm {
 
index 1d742ef8da9ebbe709d7ec674b9cbaada440aa51..85eb3bcf27801a66d0f971e935c73e370d98798f 100644 (file)
@@ -18,8 +18,8 @@
 #include "llvm/CodeGen/MachineInstrBuilder.h"
 #include "llvm/CodeGen/MachineCodeForInstruction.h"
 #include "llvm/CodeGen/MachineInstrAnnot.h"
-#include "../../CodeGen/RegAlloc/LiveRangeInfo.h"   // FIXME!!
-#include "../../CodeGen/RegAlloc/LiveRange.h"       // FIXME!!
+#include "RegAlloc/LiveRangeInfo.h"
+#include "RegAlloc/LiveRange.h"
 #include "llvm/DerivedTypes.h"
 #include "llvm/Function.h"
 #include "llvm/iTerminators.h"