Remove forward decl
authorChris Lattner <sabre@nondot.org>
Tue, 29 Oct 2002 16:49:44 +0000 (16:49 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 29 Oct 2002 16:49:44 +0000 (16:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4376 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/RegAlloc/IGNode.h
lib/Target/SparcV9/RegAlloc/IGNode.h

index edb178f5bc912fe56107069af0a004a59cbb9ecd..2b782436aad5de3aada516438142799d4179b9b1 100644 (file)
@@ -26,7 +26,6 @@
 #define IG_NODE_H
 
 #include "llvm/CodeGen/LiveRange.h"
-class LiveRange;
 class RegClass;
 
 //----------------------------------------------------------------------------
index edb178f5bc912fe56107069af0a004a59cbb9ecd..2b782436aad5de3aada516438142799d4179b9b1 100644 (file)
@@ -26,7 +26,6 @@
 #define IG_NODE_H
 
 #include "llvm/CodeGen/LiveRange.h"
-class LiveRange;
 class RegClass;
 
 //----------------------------------------------------------------------------