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

Commit f9225f4

Browse files
committed
[MLIR] Apply clang-tidy fixes for llvm-include-order in DialectLLVM.cpp (NFC)
1 parent 99e2bb4 commit f9225f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mlir/lib/Bindings/Python/DialectLLVM.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
#include "mlir-c/IR.h"
1313
#include "mlir-c/Support.h"
1414
#include "mlir/Bindings/Python/Diagnostics.h"
15-
#include "mlir/Bindings/Python/NanobindAdaptors.h"
1615
#include "mlir/Bindings/Python/Nanobind.h"
16+
#include "mlir/Bindings/Python/NanobindAdaptors.h"
1717

1818
namespace nb = nanobind;
1919

0 commit comments

Comments
 (0)