[Mlir-commits] [mlir] a06f0e3 - Apply clang-tidy fixes for misc-include-cleaner in StandaloneOps.cpp (NFC)
Mehdi Amini
llvmlistbot at llvm.org
Fri Oct 20 00:58:45 PDT 2023
Author: Mehdi Amini
Date: 2023-10-20T00:58:27-07:00
New Revision: a06f0e33eb074364680b755d9dc6d523cb2565a1
URL: https://github.com/llvm/llvm-project/commit/a06f0e33eb074364680b755d9dc6d523cb2565a1
DIFF: https://github.com/llvm/llvm-project/commit/a06f0e33eb074364680b755d9dc6d523cb2565a1.diff
LOG: Apply clang-tidy fixes for misc-include-cleaner in StandaloneOps.cpp (NFC)
Added:
Modified:
mlir/examples/standalone/lib/Standalone/StandaloneOps.cpp
Removed:
################################################################################
diff --git a/mlir/examples/standalone/lib/Standalone/StandaloneOps.cpp b/mlir/examples/standalone/lib/Standalone/StandaloneOps.cpp
index 497eb98705d832c..55b66b51232f249 100644
--- a/mlir/examples/standalone/lib/Standalone/StandaloneOps.cpp
+++ b/mlir/examples/standalone/lib/Standalone/StandaloneOps.cpp
@@ -8,7 +8,6 @@
#include "Standalone/StandaloneOps.h"
#include "Standalone/StandaloneDialect.h"
-#include "mlir/IR/OpImplementation.h"
#define GET_OP_CLASSES
#include "Standalone/StandaloneOps.cpp.inc"
More information about the Mlir-commits
mailing list