From: Chris Lattner Date: Tue, 29 Oct 2002 16:34:12 +0000 (+0000) Subject: Remove unneccesary #include X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=99798959762c3c4c8820b8034077a7d3e7d6e36f;p=oota-llvm.git Remove unneccesary #include git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4374 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/RegisterAllocation.h b/include/llvm/CodeGen/RegisterAllocation.h index 2227f8eaab4..a0e5da8a756 100644 --- a/include/llvm/CodeGen/RegisterAllocation.h +++ b/include/llvm/CodeGen/RegisterAllocation.h @@ -7,7 +7,7 @@ #ifndef LLVM_CODEGEN_REGISTERALLOCATION_H #define LLVM_CODEGEN_REGISTERALLOCATION_H -#include "llvm/Pass.h" +class Pass; class TargetMachine; //----------------------------------------------------------------------------