From 042f623ffdd4338b931320734f1a6cc5b861ce7f Mon Sep 17 00:00:00 2001 From: Maxence Naud <maxence.naud@cea.fr> Date: Mon, 25 Sep 2023 14:17:15 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- src/operator/ScalingImpl.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/operator/ScalingImpl.cpp b/src/operator/ScalingImpl.cpp index 0770a0cc..a9ebb2c4 100644 --- a/src/operator/ScalingImpl.cpp +++ b/src/operator/ScalingImpl.cpp @@ -19,7 +19,6 @@ #include "aidge/backend/cpu/operator/ScalingImpl.hpp" #include "aidge/backend/cpu/operator/ScalingImpl_forward_kernels.hpp" #include "aidge/utils/Types.h" -#include <numeric> #include <vector> // FIXME: replace whole Tensor with minimum needed data quantity -- GitLab