[opt] PassPrinters.h - remove unused includes + forward declarations. NFC.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 26 Apr 2020 21:18:50 +0000 (22:18 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 27 Apr 2020 12:51:31 +0000 (13:51 +0100)
llvm/tools/opt/PassPrinters.h

index 692befb..9342c46 100644 (file)
@@ -14,8 +14,6 @@
 #ifndef LLVM_TOOLS_OPT_PASSPRINTERS_H
 #define LLVM_TOOLS_OPT_PASSPRINTERS_H
 
-#include "llvm/IR/PassManager.h"
-
 namespace llvm {
 
 class CallGraphSCCPass;
@@ -25,7 +23,6 @@ class LoopPass;
 class PassInfo;
 class raw_ostream;
 class RegionPass;
-class Module;
 
 FunctionPass *createFunctionPassPrinter(const PassInfo *PI, raw_ostream &out,
                                         bool Quiet);