Remove an unneeded header and forward declaration

llvm-svn: 15722
This commit is contained in:
Nate Begeman 2004-08-13 09:33:17 +00:00
parent 5bf9bfe398
commit 6e5010d935
1 changed files with 0 additions and 2 deletions

View File

@ -18,11 +18,9 @@
#include "llvm/Target/TargetFrameInfo.h"
#include "llvm/PassManager.h"
#include "PowerPCTargetMachine.h"
#include <set>
namespace llvm {
class GlobalValue;
class IntrinsicLowering;
class PPC32TargetMachine : public PowerPCTargetMachine {