summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-10-29 16:34:12 +0000
committerChris Lattner <sabre@nondot.org>2002-10-29 16:34:12 +0000
commit99798959762c3c4c8820b8034077a7d3e7d6e36f (patch)
treec1f81d035ccd301e29b1174f538473a28da3e52b /include
parent4b28abb57f249d979193bbf3f0427d903ae3005b (diff)
downloadllvm-99798959762c3c4c8820b8034077a7d3e7d6e36f.tar.gz
llvm-99798959762c3c4c8820b8034077a7d3e7d6e36f.tar.bz2
llvm-99798959762c3c4c8820b8034077a7d3e7d6e36f.tar.xz
Remove unneccesary #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4374 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/RegisterAllocation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/RegisterAllocation.h b/include/llvm/CodeGen/RegisterAllocation.h
index 2227f8eaab..a0e5da8a75 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;
//----------------------------------------------------------------------------