Remove unneccesary #include
authorChris Lattner <sabre@nondot.org>
Tue, 29 Oct 2002 16:34:12 +0000 (16:34 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 29 Oct 2002 16:34:12 +0000 (16:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4374 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/RegisterAllocation.h

index 2227f8eaab43503bf6db11dbb6d3b5cfcd9409c2..a0e5da8a756a5f280c4ac2f0e0379cb283128cb6 100644 (file)
@@ -7,7 +7,7 @@
 #ifndef LLVM_CODEGEN_REGISTERALLOCATION_H
 #define LLVM_CODEGEN_REGISTERALLOCATION_H
 
-#include "llvm/Pass.h"
+class Pass;
 class TargetMachine;
 
 //----------------------------------------------------------------------------