summaryrefslogtreecommitdiff
path: root/mlir/lib/Tools/mlir-reduce/MlirReduceMain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mlir/lib/Tools/mlir-reduce/MlirReduceMain.cpp')
-rw-r--r--mlir/lib/Tools/mlir-reduce/MlirReduceMain.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/mlir/lib/Tools/mlir-reduce/MlirReduceMain.cpp b/mlir/lib/Tools/mlir-reduce/MlirReduceMain.cpp
index a9cde4acf4ff..e89d392d375e 100644
--- a/mlir/lib/Tools/mlir-reduce/MlirReduceMain.cpp
+++ b/mlir/lib/Tools/mlir-reduce/MlirReduceMain.cpp
@@ -14,12 +14,9 @@
//===----------------------------------------------------------------------===//
#include "mlir/Tools/mlir-reduce/MlirReduceMain.h"
-#include "mlir/IR/PatternMatch.h"
#include "mlir/Parser/Parser.h"
-#include "mlir/Pass/Pass.h"
#include "mlir/Pass/PassManager.h"
#include "mlir/Reducer/Passes.h"
-#include "mlir/Rewrite/FrozenRewritePatternSet.h"
#include "mlir/Support/FileUtilities.h"
#include "mlir/Tools/ParseUtilities.h"
#include "llvm/Support/InitLLVM.h"