diff --git a/include/aidge/backend/cuda.hpp b/include/aidge/backend/cuda.hpp
index 4743f6e0e222bd35557ef61d7c1ee7040dc25cba..5b9b94f03a2c5a099f010ab7117479030003f5a8 100644
--- a/include/aidge/backend/cuda.hpp
+++ b/include/aidge/backend/cuda.hpp
@@ -17,7 +17,6 @@
 #include "aidge/backend/cuda/operator/ConvImpl.hpp"
 #include "aidge/backend/cuda/operator/FCImpl.hpp"
 #include "aidge/backend/cuda/operator/MaxPoolingImpl.hpp"
-#include "aidge/backend/cuda/operator/ProducerImpl.hpp"
 #include "aidge/backend/cuda/operator/ReLUImpl.hpp"
 
 #endif /* AIDGE_BACKEND_CUDA_IMPORTS_H_ */
\ No newline at end of file
diff --git a/unit_tests/Test_CastMove.cpp b/unit_tests/Test_CastMove.cpp
index c96600f79967c69e43b3c334d3624f6514b6f936..0b68a4f9dcb6c72df91506a6f92be8c31e95f068 100644
--- a/unit_tests/Test_CastMove.cpp
+++ b/unit_tests/Test_CastMove.cpp
@@ -18,8 +18,8 @@
 #include "aidge/graph/Node.hpp"
 #include "aidge/graph/GraphView.hpp"
 #include "aidge/graph/OpArgs.hpp"
-#include "aidge/scheduler/SequentialScheduler.hpp"
-#include "aidge/recipes/Recipes.hpp"
+#include "aidge/scheduler/Scheduler.hpp"
+#include "aidge/recipies/Recipies.hpp"
 
 #include "aidge/backend/cuda.hpp"