From fb6e04867e976da8ada9eb5d8e4908e7dddc911e Mon Sep 17 00:00:00 2001 From: Angelos Katharopoulos Date: Mon, 9 Jun 2025 04:13:15 -0700 Subject: [PATCH] Remove iostream --- mlx/backend/metal/conv.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/mlx/backend/metal/conv.cpp b/mlx/backend/metal/conv.cpp index b1692b9f4..697afa6a1 100644 --- a/mlx/backend/metal/conv.cpp +++ b/mlx/backend/metal/conv.cpp @@ -1,7 +1,6 @@ // Copyright © 2023-2024 Apple Inc. #include #include -#include #include #include