File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,16 @@ limitations under the License.
3333#include " llvm/ADT/StringExtras.h"
3434#include " llvm/ADT/StringRef.h"
3535#include " mlir-c/AffineMap.h"
36- #include " mlir-c/Bindings/Python/Interop.h"
3736#include " mlir-c/BuiltinAttributes.h"
3837#include " mlir-c/BuiltinTypes.h"
3938#include " mlir-c/Diagnostics.h"
4039#include " mlir-c/Dialect/Func.h"
4140#include " mlir-c/IR.h"
4241#include " mlir-c/Support.h"
4342#include " mlir/Bindings/Python/NanobindAdaptors.h" // IWYU pragma: keep
43+ // clang-format off
44+ #include " mlir-c/Bindings/Python/Interop.h"
45+ // clang-format on
4446#include " nanobind/nanobind.h"
4547#include " nanobind/stl/optional.h" // IWYU pragma: keep
4648#include " nanobind/stl/pair.h" // IWYU pragma: keep
You can’t perform that action at this time.
0 commit comments