Skip to content

Commit c767ee1

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

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)