Remove forward declaration of MachineBasicBlock. It is #included anyway.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183958 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jakub Staszak 2013-06-13 23:53:13 +00:00
parent b7eb5c0406
commit 474ee461da

View File

@ -26,7 +26,6 @@ class ConstantFP;
class FunctionLoweringInfo;
class Instruction;
class LoadInst;
class MachineBasicBlock;
class MachineConstantPool;
class MachineFunction;
class MachineInstr;