From 2202cd0fa31eec0eddb184e6c1cb63e3714b5507 Mon Sep 17 00:00:00 2001
From: cmoineau <cyril.moineau@cea.fr>
Date: Mon, 23 Oct 2023 08:58:08 +0000
Subject: [PATCH] Reflect hook naming changes.

---
 python_binding/pybind_QuantPTQ.cpp | 2 +-
 src/QuantPTQ.cpp                   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/python_binding/pybind_QuantPTQ.cpp b/python_binding/pybind_QuantPTQ.cpp
index 3722a86..181d6bf 100644
--- a/python_binding/pybind_QuantPTQ.cpp
+++ b/python_binding/pybind_QuantPTQ.cpp
@@ -15,7 +15,7 @@
 #include <string>
 
 #include "aidge/QuantPTQ.hpp"
-#include "aidge/hook/hook.hpp"
+#include "aidge/hook/Hook.hpp"
 
 namespace py = pybind11;
 
diff --git a/src/QuantPTQ.cpp b/src/QuantPTQ.cpp
index 528f2b5..4645359 100644
--- a/src/QuantPTQ.cpp
+++ b/src/QuantPTQ.cpp
@@ -23,7 +23,7 @@
 #include "aidge/QuantPTQ.hpp"
 //using namespace Aidge;
 
-#include "aidge/hook/outputRange.hpp"
+#include "aidge/hook/OutputRange.hpp"
 #include "aidge/operator/Scaling.hpp"
 #include "aidge/graph/GraphView.hpp"
 
-- 
GitLab