[MLIR] Apply clang-tidy fixes for llvm-include-order in IRAffine.cpp (NFC)

This commit is contained in:
Mehdi Amini 2025-08-21 04:54:44 -07:00
parent f3520c538d
commit 40d8d41510

View File

@ -17,9 +17,9 @@
#include "NanobindUtils.h"
#include "mlir-c/AffineExpr.h"
#include "mlir-c/AffineMap.h"
#include "mlir-c/Bindings/Python/Interop.h" // This is expected after nanobind.
#include "mlir-c/IntegerSet.h"
#include "mlir/Bindings/Python/Nanobind.h"
#include "mlir-c/Bindings/Python/Interop.h" // This is expected after nanobind.
#include "mlir/Support/LLVM.h"
#include "llvm/ADT/Hashing.h"
#include "llvm/ADT/SmallVector.h"