From 99798959762c3c4c8820b8034077a7d3e7d6e36f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 29 Oct 2002 16:34:12 +0000 Subject: [PATCH] Remove unneccesary #include git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4374 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/RegisterAllocation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; //---------------------------------------------------------------------------- -- 2.34.1