[Mlir-commits] [mlir] c767ee1 - [MLIR] Apply clang-tidy fixes for llvm-include-order in RegisterEverything.cpp (NFC)
Mehdi Amini
llvmlistbot at llvm.org
Wed Aug 27 02:49:41 PDT 2025
Author: Mehdi Amini
Date: 2025-08-27T02:35:09-07:00
New Revision: c767ee1b2ade217e43a1411232174ef101dc2789
URL: https://github.com/llvm/llvm-project/commit/c767ee1b2ade217e43a1411232174ef101dc2789
DIFF: https://github.com/llvm/llvm-project/commit/c767ee1b2ade217e43a1411232174ef101dc2789.diff
LOG: [MLIR] Apply clang-tidy fixes for llvm-include-order in RegisterEverything.cpp (NFC)
Added:
Modified:
mlir/lib/Bindings/Python/RegisterEverything.cpp
Removed:
################################################################################
diff --git a/mlir/lib/Bindings/Python/RegisterEverything.cpp b/mlir/lib/Bindings/Python/RegisterEverything.cpp
index 3ba42bec5d80c..3edcb099c0a24 100644
--- a/mlir/lib/Bindings/Python/RegisterEverything.cpp
+++ b/mlir/lib/Bindings/Python/RegisterEverything.cpp
@@ -7,8 +7,8 @@
//===----------------------------------------------------------------------===//
#include "mlir-c/RegisterEverything.h"
-#include "mlir/Bindings/Python/NanobindAdaptors.h"
#include "mlir/Bindings/Python/Nanobind.h"
+#include "mlir/Bindings/Python/NanobindAdaptors.h"
NB_MODULE(_mlirRegisterEverything, m) {
m.doc() = "MLIR All Upstream Dialects, Translations and Passes Registration";
More information about the Mlir-commits
mailing list