Skip to content

Commit 0736778

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)