Remove unneccesary #include

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4374 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-10-29 16:34:12 +00:00
parent 4b28abb57f
commit 9979895976

View File

@ -7,7 +7,7 @@
#ifndef LLVM_CODEGEN_REGISTERALLOCATION_H
#define LLVM_CODEGEN_REGISTERALLOCATION_H
#include "llvm/Pass.h"
class Pass;
class TargetMachine;
//----------------------------------------------------------------------------