[Mlir-commits] [mlir] d6e6661 - [MLIR] Apply clang-tidy fixes for llvm-include-order in TransformInterpreter.cpp (NFC)

Mehdi Amini llvmlistbot at llvm.org
Wed Dec 10 01:24:22 PST 2025


Author: Mehdi Amini
Date: 2025-12-10T01:24:05-08:00
New Revision: d6e6661f69ccaa243bf300cc2797452894d2d6b1

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

LOG: [MLIR] Apply clang-tidy fixes for llvm-include-order in TransformInterpreter.cpp (NFC)

Added: 
    

Modified: 
    mlir/lib/Bindings/Python/TransformInterpreter.cpp

Removed: 
    


################################################################################
diff  --git a/mlir/lib/Bindings/Python/TransformInterpreter.cpp b/mlir/lib/Bindings/Python/TransformInterpreter.cpp
index 920bca886f617..81c02e905505a 100644
--- a/mlir/lib/Bindings/Python/TransformInterpreter.cpp
+++ b/mlir/lib/Bindings/Python/TransformInterpreter.cpp
@@ -14,8 +14,8 @@
 #include "mlir-c/IR.h"
 #include "mlir-c/Support.h"
 #include "mlir/Bindings/Python/Diagnostics.h"
-#include "mlir/Bindings/Python/NanobindAdaptors.h"
 #include "mlir/Bindings/Python/Nanobind.h"
+#include "mlir/Bindings/Python/NanobindAdaptors.h"
 
 namespace nb = nanobind;
 


        


More information about the Mlir-commits mailing list