From a30d47e72e80d81931a035d1d2c521dd4d11f643 Mon Sep 17 00:00:00 2001
From: Maxence Naud <maxence.naud@cea.fr>
Date: Mon, 25 Sep 2023 14:17:26 +0000
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)

---
 src/operator/ScalingImpl.cpp | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/operator/ScalingImpl.cpp b/src/operator/ScalingImpl.cpp
index a9ebb2c4..3b4b6a9d 100644
--- a/src/operator/ScalingImpl.cpp
+++ b/src/operator/ScalingImpl.cpp
@@ -10,9 +10,8 @@
  ********************************************************************************/
 
 #include <cassert>
-#include <chrono>  // std::chrono::milliseconds
-#include <numeric> // std::accumulate
-#include <thread>  // std::this_thread::sleep_for
+#include <numeric>    // std::accumulate
+#include <functional> // std::multiplies
 
 #include "aidge/operator/Scaling.hpp"
 
-- 
GitLab