Remove some unnecessary forward declarations and put a couple more
[oota-llvm.git] / lib / Target / PowerPC / PPCRegisterInfo.h
index 2c70898eae858285918cdb783e69070d4c4770ba..03421745e6f1d13c246a0191bfaf3e848c2909e3 100644 (file)
 #include "PPCGenRegisterInfo.inc"
 
 namespace llvm {
-class PPCSubtarget;
-class TargetInstrInfo;
-class Type;
-
 class PPCRegisterInfo : public PPCGenRegisterInfo {
   DenseMap<unsigned, unsigned> ImmToIdxMap;
   const PPCTargetMachine &TM;