diff --git a/include/aidge/operator/Transpose.hpp b/include/aidge/operator/Transpose.hpp index 31420110f19761442b67e9701aeca566976aee1b..f1a7fe477fd77baf86d48c7c5bd67c6ea074a1bc 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"