[Mlir-commits] [mlir] 655b678 - Apply clang-tidy fixes for misc-include-cleaner in standalone-opt.cpp (NFC)

Mehdi Amini llvmlistbot at llvm.org
Fri Oct 20 00:58:49 PDT 2023


Author: Mehdi Amini
Date: 2023-10-20T00:58:28-07:00
New Revision: 655b678197cda33819a8c3ef5dd9c7b3a9f0ccc1

URL: https://github.com/llvm/llvm-project/commit/655b678197cda33819a8c3ef5dd9c7b3a9f0ccc1
DIFF: https://github.com/llvm/llvm-project/commit/655b678197cda33819a8c3ef5dd9c7b3a9f0ccc1.diff

LOG: Apply clang-tidy fixes for misc-include-cleaner in standalone-opt.cpp (NFC)

Added: 
    

Modified: 
    mlir/examples/standalone/standalone-opt/standalone-opt.cpp

Removed: 
    


################################################################################
diff  --git a/mlir/examples/standalone/standalone-opt/standalone-opt.cpp b/mlir/examples/standalone/standalone-opt/standalone-opt.cpp
index e75db35e5260ef1..e39fa967019a83a 100644
--- a/mlir/examples/standalone/standalone-opt/standalone-opt.cpp
+++ b/mlir/examples/standalone/standalone-opt/standalone-opt.cpp
@@ -6,19 +6,11 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "mlir/Dialect/Arith/IR/Arith.h"
-#include "mlir/IR/Dialect.h"
 #include "mlir/IR/MLIRContext.h"
 #include "mlir/InitAllDialects.h"
 #include "mlir/InitAllPasses.h"
-#include "mlir/Pass/Pass.h"
-#include "mlir/Pass/PassManager.h"
 #include "mlir/Support/FileUtilities.h"
 #include "mlir/Tools/mlir-opt/MlirOptMain.h"
-#include "llvm/Support/CommandLine.h"
-#include "llvm/Support/InitLLVM.h"
-#include "llvm/Support/SourceMgr.h"
-#include "llvm/Support/ToolOutputFile.h"
 
 #include "Standalone/StandaloneDialect.h"
 #include "Standalone/StandalonePasses.h"


        


More information about the Mlir-commits mailing list