prune #includes
authorChris Lattner <sabre@nondot.org>
Sat, 15 Oct 2005 21:58:54 +0000 (21:58 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 15 Oct 2005 21:58:54 +0000 (21:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23752 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCCodeEmitter.cpp
lib/Target/PowerPC/PPCTargetMachine.h

index 5045c68ef126b69967223dbe13cccac073e46e25..d6f2f7585ec8fd03c099101ed76b5132b9faa38b 100644 (file)
@@ -16,6 +16,7 @@
 #include "PPCRelocations.h"
 #include "PPC.h"
 #include "llvm/Module.h"
+#include "llvm/PassManager.h"
 #include "llvm/CodeGen/MachineCodeEmitter.h"
 #include "llvm/CodeGen/MachineFunctionPass.h"
 #include "llvm/CodeGen/MachineInstrBuilder.h"
index 33180cdecf90695343e3efedb46fe3633b49c3e4..f24a32080b002d42029c9c35babcaebda9c9c649 100644 (file)
 #include "PPCJITInfo.h"
 #include "PPCInstrInfo.h"
 #include "llvm/Target/TargetMachine.h"
-#include "llvm/Target/TargetFrameInfo.h"
-#include "llvm/PassManager.h"
 
 namespace llvm {
-
+class PassManager;
 class IntrinsicLowering;
 class GlobalValue;
 class IntrinsicLowering;