Skip to content
This repository was archived by the owner on Oct 11, 2025. It is now read-only.

Commit 3d0620f

Browse files
committed
[MLIR] Apply clang-tidy fixes for llvm-include-order in DialectPDL.cpp (NFC)
1 parent 9d4a52c commit 3d0620f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mlir/lib/Bindings/Python/DialectPDL.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
#include "mlir-c/Dialect/PDL.h"
1010
#include "mlir-c/IR.h"
11-
#include "mlir/Bindings/Python/NanobindAdaptors.h"
1211
#include "mlir/Bindings/Python/Nanobind.h"
12+
#include "mlir/Bindings/Python/NanobindAdaptors.h"
1313

1414
namespace nb = nanobind;
1515
using namespace llvm;

0 commit comments

Comments
 (0)