Skip to content

Commit 40d8d41

Browse files
committed
[MLIR] Apply clang-tidy fixes for llvm-include-order in IRAffine.cpp (NFC)
1 parent f3520c5 commit 40d8d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Bindings/Python/IRAffine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
#include "NanobindUtils.h"
1818
#include "mlir-c/AffineExpr.h"
1919
#include "mlir-c/AffineMap.h"
20+
#include "mlir-c/Bindings/Python/Interop.h" // This is expected after nanobind.
2021
#include "mlir-c/IntegerSet.h"
2122
#include "mlir/Bindings/Python/Nanobind.h"
22-
#include "mlir-c/Bindings/Python/Interop.h" // This is expected after nanobind.
2323
#include "mlir/Support/LLVM.h"
2424
#include "llvm/ADT/Hashing.h"
2525
#include "llvm/ADT/SmallVector.h"

0 commit comments

Comments
 (0)