From 232f516f5d58199731e69c9b6ba510249bf9846e Mon Sep 17 00:00:00 2001 From: bhalimi <benjamin.halimi@cea.fr> Date: Thu, 31 Oct 2024 14:32:57 +0000 Subject: [PATCH] remove hook include from recipes --- python_binding/recipes/pybind_QuantRecipes.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/python_binding/recipes/pybind_QuantRecipes.cpp b/python_binding/recipes/pybind_QuantRecipes.cpp index 63588a3..ae4bb83 100644 --- a/python_binding/recipes/pybind_QuantRecipes.cpp +++ b/python_binding/recipes/pybind_QuantRecipes.cpp @@ -13,7 +13,6 @@ #include <pybind11/stl.h> #include "aidge/recipes/QuantRecipes.hpp" -#include "aidge/hook/Hook.hpp" #include "aidge/graph/GraphView.hpp" namespace py = pybind11; -- GitLab