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

Commit a2f826c

Browse files
committed
[MLIR] Apply clang-tidy fixes for llvm-include-order in RegisterEverything.cpp (NFC)
1 parent 1f004c5 commit a2f826c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Bindings/Python/RegisterEverything.cpp

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

99
#include "mlir-c/RegisterEverything.h"
10-
#include "mlir/Bindings/Python/NanobindAdaptors.h"
1110
#include "mlir/Bindings/Python/Nanobind.h"
11+
#include "mlir/Bindings/Python/NanobindAdaptors.h"
1212

1313
NB_MODULE(_mlirRegisterEverything, m) {
1414
m.doc() = "MLIR All Upstream Dialects, Translations and Passes Registration";

0 commit comments

Comments
 (0)