From c257d5825ca6c57a8f62ceff3d26f24e57d103ef Mon Sep 17 00:00:00 2001 From: cmoineau <cyril.moineau@cea.fr> Date: Thu, 13 Jun 2024 07:36:16 +0000 Subject: [PATCH] Remove unecessary include of Tensor.hpp. --- include/aidge/operator/Transpose.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/aidge/operator/Transpose.hpp b/include/aidge/operator/Transpose.hpp index 31420110f..f1a7fe477 100644 --- a/include/aidge/operator/Transpose.hpp +++ b/include/aidge/operator/Transpose.hpp @@ -17,7 +17,6 @@ #include <numeric> #include <vector> -#include "aidge/data/Tensor.hpp" #include "aidge/graph/Node.hpp" #include "aidge/operator/OperatorTensor.hpp" #include "aidge/operator/Producer.hpp" -- GitLab