Skip to content

Commit c5369e9

Browse files
committed
[opt] PassPrinters.h - remove unused includes + forward declarations. NFC.
1 parent 586277f commit c5369e9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/tools/opt/PassPrinters.h

-3
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
#ifndef LLVM_TOOLS_OPT_PASSPRINTERS_H
1515
#define LLVM_TOOLS_OPT_PASSPRINTERS_H
1616

17-
#include "llvm/IR/PassManager.h"
18-
1917
namespace llvm {
2018

2119
class CallGraphSCCPass;
@@ -25,7 +23,6 @@ class LoopPass;
2523
class PassInfo;
2624
class raw_ostream;
2725
class RegionPass;
28-
class Module;
2926

3027
FunctionPass *createFunctionPassPrinter(const PassInfo *PI, raw_ostream &out,
3128
bool Quiet);

0 commit comments

Comments
 (0)