diff --git a/glm/detail/type_vec1.inl b/glm/detail/type_vec1.inl index 404fe33c..af211f0f 100644 --- a/glm/detail/type_vec1.inl +++ b/glm/detail/type_vec1.inl @@ -1,7 +1,7 @@ /// @ref core /// @file glm/detail/type_vec1.inl -#include "./compute_common.hpp" +#include "./compute_vector_relational.hpp" namespace glm { diff --git a/glm/detail/type_vec2.inl b/glm/detail/type_vec2.inl index 2f1ff233..2325fd32 100644 --- a/glm/detail/type_vec2.inl +++ b/glm/detail/type_vec2.inl @@ -1,7 +1,7 @@ /// @ref core /// @file glm/core/type_tvec2.inl -#include "./compute_common.hpp" +#include "./compute_vector_relational.hpp" namespace glm { diff --git a/glm/detail/type_vec3.inl b/glm/detail/type_vec3.inl index ff57460e..0611d1b3 100644 --- a/glm/detail/type_vec3.inl +++ b/glm/detail/type_vec3.inl @@ -1,7 +1,7 @@ /// @ref core /// @file glm/detail/type_tvec3.inl -#include "./compute_common.hpp" +#include "./compute_vector_relational.hpp" namespace glm { diff --git a/glm/detail/type_vec4.inl b/glm/detail/type_vec4.inl index 88b2652c..c599f7ad 100644 --- a/glm/detail/type_vec4.inl +++ b/glm/detail/type_vec4.inl @@ -1,7 +1,7 @@ /// @ref core /// @file glm/detail/type_tvec4.inl -#include "./compute_common.hpp" +#include "./compute_vector_relational.hpp" namespace glm{ namespace detail