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

Mehdi Amini llvmlistbot at llvm.org
Sat Aug 23 12:44:40 PDT 2025


Author: Mehdi Amini
Date: 2025-08-23T12:43:57-07:00
New Revision: d9adf25c36146ffd37c5a67279060616f27c8ba1

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

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

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/mlir/lib/Bindings/Python/DialectPDL.cpp b/mlir/lib/Bindings/Python/DialectPDL.cpp
index bcc6ff406c952..d0dcd613e1e0a 100644
--- a/mlir/lib/Bindings/Python/DialectPDL.cpp
+++ b/mlir/lib/Bindings/Python/DialectPDL.cpp
@@ -8,8 +8,8 @@
 
 #include "mlir-c/Dialect/PDL.h"
 #include "mlir-c/IR.h"
-#include "mlir/Bindings/Python/NanobindAdaptors.h"
 #include "mlir/Bindings/Python/Nanobind.h"
+#include "mlir/Bindings/Python/NanobindAdaptors.h"
 
 namespace nb = nanobind;
 using namespace llvm;


        


More information about the Mlir-commits mailing list