Skip to content

Commit d6e6661

Browse files
committed
[MLIR] Apply clang-tidy fixes for llvm-include-order in TransformInterpreter.cpp (NFC)
1 parent 5195daf commit d6e6661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Bindings/Python/TransformInterpreter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
#include "mlir-c/IR.h"
1515
#include "mlir-c/Support.h"
1616
#include "mlir/Bindings/Python/Diagnostics.h"
17-
#include "mlir/Bindings/Python/NanobindAdaptors.h"
1817
#include "mlir/Bindings/Python/Nanobind.h"
18+
#include "mlir/Bindings/Python/NanobindAdaptors.h"
1919

2020
namespace nb = nanobind;
2121

0 commit comments

Comments
 (0)