From 189c3db14ea79e1847afb788f6ff787bacc3803c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20KUBLER?= <gregoire.kubler@proton.me> Date: Wed, 26 Feb 2025 16:12:33 +0000 Subject: [PATCH] chore : cleanup test expand headers --- unit_tests/operator/Test_ExpandImpl.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/unit_tests/operator/Test_ExpandImpl.cpp b/unit_tests/operator/Test_ExpandImpl.cpp index 98661080..97468d6a 100644 --- a/unit_tests/operator/Test_ExpandImpl.cpp +++ b/unit_tests/operator/Test_ExpandImpl.cpp @@ -23,8 +23,6 @@ #include "aidge/filler/Filler.hpp" #include "aidge/operator/Expand.hpp" -#include "aidge/backend/cpu.hpp" - using std::shared_ptr; using namespace Aidge; -- GitLab