diff --git a/include/aidge/hook/execTime.hpp b/include/aidge/hook/ExecTime.hpp similarity index 100% rename from include/aidge/hook/execTime.hpp rename to include/aidge/hook/ExecTime.hpp diff --git a/include/aidge/hook/hook.hpp b/include/aidge/hook/Hook.hpp similarity index 100% rename from include/aidge/hook/hook.hpp rename to include/aidge/hook/Hook.hpp diff --git a/include/aidge/hook/outputRange.hpp b/include/aidge/hook/OutputRange.hpp similarity index 100% rename from include/aidge/hook/outputRange.hpp rename to include/aidge/hook/OutputRange.hpp diff --git a/include/aidge/operator/Operator.hpp b/include/aidge/operator/Operator.hpp index 3ac651cfd6f700a129e36fb461f948f50137cfd6..5b0c199e75f0cedd4a0d36f6d2c87d89833e0dd5 100644 --- a/include/aidge/operator/Operator.hpp +++ b/include/aidge/operator/Operator.hpp @@ -20,7 +20,7 @@ #include "aidge/data/Data.hpp" #include "aidge/data/Tensor.hpp" #include "aidge/utils/Types.h" -#include "aidge/hook/hook.hpp" +#include "aidge/hook/Hook.hpp" namespace Aidge {