MachineFunction now includes MachineBasicBlock so there is no need to

reinclude it

llvm-svn: 4322
This commit is contained in:
Chris Lattner 2002-10-28 02:01:35 +00:00
parent fdbcbf57bb
commit 658839bafd
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@
#include "llvm/CodeGen/MachineInstr.h" // For debug output
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/CodeGen/MachineCodeForInstruction.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/MachineFrameInfo.h"