From c191e6cfe9c8b52392e56420476f3775cba93cea Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Tue, 7 Aug 2018 12:42:11 +0200 Subject: [PATCH] Fixed header directories --- glm/ext/matrix_dmat2x2.hpp | 2 +- glm/ext/matrix_dmat2x2_precision.hpp | 2 +- glm/ext/matrix_dmat2x3.hpp | 2 +- glm/ext/matrix_dmat2x3_precision.hpp | 2 +- glm/ext/matrix_dmat2x4.hpp | 2 +- glm/ext/matrix_dmat2x4_precision.hpp | 2 +- glm/ext/matrix_dmat3x2.hpp | 2 +- glm/ext/matrix_dmat3x2_precision.hpp | 2 +- glm/ext/matrix_dmat3x3.hpp | 2 +- glm/ext/matrix_dmat3x3_precision.hpp | 2 +- glm/ext/matrix_dmat3x4.hpp | 2 +- glm/ext/matrix_dmat3x4_precision.hpp | 2 +- glm/ext/matrix_dmat4x2.hpp | 2 +- glm/ext/matrix_dmat4x2_precision.hpp | 2 +- glm/ext/matrix_dmat4x3.hpp | 2 +- glm/ext/matrix_dmat4x3_precision.hpp | 2 +- glm/ext/matrix_dmat4x4.hpp | 2 +- glm/ext/matrix_dmat4x4_precision.hpp | 2 +- glm/ext/matrix_mat2x2.hpp | 3 +-- glm/ext/matrix_mat2x2_precision.hpp | 2 +- glm/ext/matrix_mat2x3.hpp | 2 +- glm/ext/matrix_mat2x3_precision.hpp | 2 +- glm/ext/matrix_mat2x4.hpp | 2 +- glm/ext/matrix_mat2x4_precision.hpp | 2 +- glm/ext/matrix_mat3x2.hpp | 2 +- glm/ext/matrix_mat3x2_precision.hpp | 2 +- glm/ext/matrix_mat3x3.hpp | 2 +- glm/ext/matrix_mat3x3_precision.hpp | 2 +- glm/ext/matrix_mat3x4.hpp | 2 +- glm/ext/matrix_mat3x4_precision.hpp | 2 +- glm/ext/matrix_mat4x2.hpp | 2 +- glm/ext/matrix_mat4x2_precision.hpp | 2 +- glm/ext/matrix_mat4x3_precision.hpp | 2 +- glm/ext/matrix_mat4x4.hpp | 2 +- glm/ext/matrix_mat4x4_precision.hpp | 2 +- glm/ext/vector_bvec2.hpp | 2 +- glm/ext/vector_bvec2_precision.hpp | 2 +- glm/ext/vector_bvec3.hpp | 2 +- glm/ext/vector_bvec3_precision.hpp | 4 ++-- glm/ext/vector_bvec4.hpp | 2 +- glm/ext/vector_bvec4_precision.hpp | 2 +- glm/ext/vector_dvec2_precision.hpp | 2 +- glm/ext/vector_dvec3_precision.hpp | 3 +-- glm/ext/vector_dvec4_precision.hpp | 4 ++-- glm/ext/vector_ivec2_precision.hpp | 4 ++-- glm/ext/vector_ivec3_precision.hpp | 4 ++-- glm/ext/vector_ivec4_precision.hpp | 2 +- glm/ext/vector_uvec2_precision.hpp | 2 +- glm/ext/vector_uvec3_precision.hpp | 4 ++-- glm/ext/vector_uvec4_precision.hpp | 3 +-- glm/ext/vector_vec2_precision.hpp | 2 +- glm/ext/vector_vec3_precision.hpp | 4 ++-- glm/ext/vector_vec4_precision.hpp | 2 +- 53 files changed, 59 insertions(+), 62 deletions(-) diff --git a/glm/ext/matrix_dmat2x2.hpp b/glm/ext/matrix_dmat2x2.hpp index 7ffe7863..9d744c9e 100644 --- a/glm/ext/matrix_dmat2x2.hpp +++ b/glm/ext/matrix_dmat2x2.hpp @@ -2,7 +2,7 @@ /// @file glm/dmat2x2.hpp #pragma once -#include "detail/type_mat2x2.hpp" +#include "../detail/type_mat2x2.hpp" namespace glm { diff --git a/glm/ext/matrix_dmat2x2_precision.hpp b/glm/ext/matrix_dmat2x2_precision.hpp index 9dd51da7..066c7ca8 100644 --- a/glm/ext/matrix_dmat2x2_precision.hpp +++ b/glm/ext/matrix_dmat2x2_precision.hpp @@ -2,7 +2,7 @@ /// @file glm/matrix_dmat2x2_precision.hpp #pragma once -#include "detail/type_mat2x2.hpp" +#include "../detail/type_mat2x2.hpp" namespace glm { diff --git a/glm/ext/matrix_dmat2x3.hpp b/glm/ext/matrix_dmat2x3.hpp index c5787b00..2af3a259 100644 --- a/glm/ext/matrix_dmat2x3.hpp +++ b/glm/ext/matrix_dmat2x3.hpp @@ -2,7 +2,7 @@ /// @file glm/matrix_dmat2x3.hpp #pragma once -#include "detail/type_mat2x3.hpp" +#include "../detail/type_mat2x3.hpp" namespace glm { diff --git a/glm/ext/matrix_dmat2x3_precision.hpp b/glm/ext/matrix_dmat2x3_precision.hpp index a639ffe6..d8635647 100644 --- a/glm/ext/matrix_dmat2x3_precision.hpp +++ b/glm/ext/matrix_dmat2x3_precision.hpp @@ -2,7 +2,7 @@ /// @file glm/matrix_dmat2x3_precision.hpp #pragma once -#include "detail/type_mat2x3.hpp" +#include "../detail/type_mat2x3.hpp" namespace glm { diff --git a/glm/ext/matrix_dmat2x4.hpp b/glm/ext/matrix_dmat2x4.hpp index 54c08b0c..235ca8ce 100644 --- a/glm/ext/matrix_dmat2x4.hpp +++ b/glm/ext/matrix_dmat2x4.hpp @@ -2,7 +2,7 @@ /// @file glm/matrix_dmat2x4.hpp #pragma once -#include "detail/type_mat2x4.hpp" +#include "../detail/type_mat2x4.hpp" namespace glm { diff --git a/glm/ext/matrix_dmat2x4_precision.hpp b/glm/ext/matrix_dmat2x4_precision.hpp index 5693e776..1b51a08a 100644 --- a/glm/ext/matrix_dmat2x4_precision.hpp +++ b/glm/ext/matrix_dmat2x4_precision.hpp @@ -2,7 +2,7 @@ /// @file glm/matrix_dmat2x4_precision.hpp #pragma once -#include "detail/type_mat2x4.hpp" +#include "../detail/type_mat2x4.hpp" namespace glm { diff --git a/glm/ext/matrix_dmat3x2.hpp b/glm/ext/matrix_dmat3x2.hpp index b30902a0..fed02e30 100644 --- a/glm/ext/matrix_dmat3x2.hpp +++ b/glm/ext/matrix_dmat3x2.hpp @@ -2,7 +2,7 @@ /// @file glm/matrix_dmat3x2.hpp #pragma once -#include "detail/type_mat3x2.hpp" +#include "../detail/type_mat3x2.hpp" namespace glm { diff --git a/glm/ext/matrix_dmat3x2_precision.hpp b/glm/ext/matrix_dmat3x2_precision.hpp index 3962432f..2c51cb42 100644 --- a/glm/ext/matrix_dmat3x2_precision.hpp +++ b/glm/ext/matrix_dmat3x2_precision.hpp @@ -2,7 +2,7 @@ /// @file glm/matrix_dmat3x2_precision.hpp #pragma once -#include "detail/type_mat3x2.hpp" +#include "../detail/type_mat3x2.hpp" namespace glm { diff --git a/glm/ext/matrix_dmat3x3.hpp b/glm/ext/matrix_dmat3x3.hpp index 28a4b1da..c7aa5316 100644 --- a/glm/ext/matrix_dmat3x3.hpp +++ b/glm/ext/matrix_dmat3x3.hpp @@ -2,7 +2,7 @@ /// @file glm/matrix_dmat3x3.hpp #pragma once -#include "detail/type_mat3x3.hpp" +#include "../detail/type_mat3x3.hpp" namespace glm { diff --git a/glm/ext/matrix_dmat3x3_precision.hpp b/glm/ext/matrix_dmat3x3_precision.hpp index 8cd0f069..c1f822a1 100644 --- a/glm/ext/matrix_dmat3x3_precision.hpp +++ b/glm/ext/matrix_dmat3x3_precision.hpp @@ -2,7 +2,7 @@ /// @file glm/matrix_dmat3x3_precision.hpp #pragma once -#include "detail/type_mat3x3.hpp" +#include "../detail/type_mat3x3.hpp" namespace glm { diff --git a/glm/ext/matrix_dmat3x4.hpp b/glm/ext/matrix_dmat3x4.hpp index ae8e7c43..96f7b197 100644 --- a/glm/ext/matrix_dmat3x4.hpp +++ b/glm/ext/matrix_dmat3x4.hpp @@ -2,7 +2,7 @@ /// @file glm/matrix_dmat3x4.hpp #pragma once -#include "detail/type_mat3x4.hpp" +#include "../detail/type_mat3x4.hpp" namespace glm { diff --git a/glm/ext/matrix_dmat3x4_precision.hpp b/glm/ext/matrix_dmat3x4_precision.hpp index 8c2d6c47..96f25fd5 100644 --- a/glm/ext/matrix_dmat3x4_precision.hpp +++ b/glm/ext/matrix_dmat3x4_precision.hpp @@ -2,7 +2,7 @@ /// @file glm/matrix_dmat3x4_precision.hpp #pragma once -#include "detail/type_mat3x4.hpp" +#include "../detail/type_mat3x4.hpp" namespace glm { diff --git a/glm/ext/matrix_dmat4x2.hpp b/glm/ext/matrix_dmat4x2.hpp index 6a013a67..e0d4505b 100644 --- a/glm/ext/matrix_dmat4x2.hpp +++ b/glm/ext/matrix_dmat4x2.hpp @@ -2,7 +2,7 @@ /// @file glm/matrix_dmat4x2.hpp #pragma once -#include "detail/type_mat4x2.hpp" +#include "../detail/type_mat4x2.hpp" namespace glm { diff --git a/glm/ext/matrix_dmat4x2_precision.hpp b/glm/ext/matrix_dmat4x2_precision.hpp index 9aac4823..023712ee 100644 --- a/glm/ext/matrix_dmat4x2_precision.hpp +++ b/glm/ext/matrix_dmat4x2_precision.hpp @@ -2,7 +2,7 @@ /// @file glm/matrix_dmat4x2_precision.hpp #pragma once -#include "detail/type_mat4x2.hpp" +#include "../detail/type_mat4x2.hpp" namespace glm { diff --git a/glm/ext/matrix_dmat4x3.hpp b/glm/ext/matrix_dmat4x3.hpp index 55990ff7..041f7ff2 100644 --- a/glm/ext/matrix_dmat4x3.hpp +++ b/glm/ext/matrix_dmat4x3.hpp @@ -2,7 +2,7 @@ /// @file glm/matrix_dmat4x3.hpp #pragma once -#include "detail/type_mat4x3.hpp" +#include "../detail/type_mat4x3.hpp" namespace glm { diff --git a/glm/ext/matrix_dmat4x3_precision.hpp b/glm/ext/matrix_dmat4x3_precision.hpp index 10a29fec..4d2f93a7 100644 --- a/glm/ext/matrix_dmat4x3_precision.hpp +++ b/glm/ext/matrix_dmat4x3_precision.hpp @@ -2,7 +2,7 @@ /// @file glm/matrix_dmat4x3_precision.hpp #pragma once -#include "detail/type_mat4x3.hpp" +#include "../detail/type_mat4x3.hpp" namespace glm { diff --git a/glm/ext/matrix_dmat4x4.hpp b/glm/ext/matrix_dmat4x4.hpp index 2385d00d..8eaf7fa6 100644 --- a/glm/ext/matrix_dmat4x4.hpp +++ b/glm/ext/matrix_dmat4x4.hpp @@ -2,7 +2,7 @@ /// @file glm/matrix_dmat4x4.hpp #pragma once -#include "detail/type_mat4x4.hpp" +#include "../detail/type_mat4x4.hpp" namespace glm { diff --git a/glm/ext/matrix_dmat4x4_precision.hpp b/glm/ext/matrix_dmat4x4_precision.hpp index a325965b..af4fb3a8 100644 --- a/glm/ext/matrix_dmat4x4_precision.hpp +++ b/glm/ext/matrix_dmat4x4_precision.hpp @@ -2,7 +2,7 @@ /// @file glm/matrix_dmat4x4_precision.hpp #pragma once -#include "detail/type_mat4x4.hpp" +#include "../detail/type_mat4x4.hpp" namespace glm { diff --git a/glm/ext/matrix_mat2x2.hpp b/glm/ext/matrix_mat2x2.hpp index a9b147e7..54c0d99f 100644 --- a/glm/ext/matrix_mat2x2.hpp +++ b/glm/ext/matrix_mat2x2.hpp @@ -2,8 +2,7 @@ /// @file glm/matrix_mat2x2.hpp #pragma once -#include "detail/setup.hpp" -#include "detail/type_mat2x2.hpp" +#include "../detail/type_mat2x2.hpp" namespace glm { diff --git a/glm/ext/matrix_mat2x2_precision.hpp b/glm/ext/matrix_mat2x2_precision.hpp index d31a47fb..c92bb40d 100644 --- a/glm/ext/matrix_mat2x2_precision.hpp +++ b/glm/ext/matrix_mat2x2_precision.hpp @@ -2,7 +2,7 @@ /// @file glm/matrix_mat2x2_precision.hpp #pragma once -#include "detail/type_mat2x2.hpp" +#include "../detail/type_mat2x2.hpp" namespace glm { diff --git a/glm/ext/matrix_mat2x3.hpp b/glm/ext/matrix_mat2x3.hpp index d293d740..3d8331d2 100644 --- a/glm/ext/matrix_mat2x3.hpp +++ b/glm/ext/matrix_mat2x3.hpp @@ -2,7 +2,7 @@ /// @file glm/matrix_mat2x3.hpp #pragma once -#include "detail/type_mat2x3.hpp" +#include "../detail/type_mat2x3.hpp" namespace glm { diff --git a/glm/ext/matrix_mat2x3_precision.hpp b/glm/ext/matrix_mat2x3_precision.hpp index 8484e32b..96574421 100644 --- a/glm/ext/matrix_mat2x3_precision.hpp +++ b/glm/ext/matrix_mat2x3_precision.hpp @@ -2,7 +2,7 @@ /// @file glm/matrix_mat2x3_precision.hpp #pragma once -#include "detail/type_mat2x3.hpp" +#include "../detail/type_mat2x3.hpp" namespace glm { diff --git a/glm/ext/matrix_mat2x4.hpp b/glm/ext/matrix_mat2x4.hpp index b4feef22..2adb3057 100644 --- a/glm/ext/matrix_mat2x4.hpp +++ b/glm/ext/matrix_mat2x4.hpp @@ -2,7 +2,7 @@ /// @file glm/matrix_mat2x4.hpp #pragma once -#include "detail/type_mat2x4.hpp" +#include "../detail/type_mat2x4.hpp" namespace glm { diff --git a/glm/ext/matrix_mat2x4_precision.hpp b/glm/ext/matrix_mat2x4_precision.hpp index 687c8649..5d0b0b72 100644 --- a/glm/ext/matrix_mat2x4_precision.hpp +++ b/glm/ext/matrix_mat2x4_precision.hpp @@ -2,7 +2,7 @@ /// @file glm/matrix_mat2x4_precision.hpp #pragma once -#include "detail/type_mat2x4.hpp" +#include "../detail/type_mat2x4.hpp" namespace glm { diff --git a/glm/ext/matrix_mat3x2.hpp b/glm/ext/matrix_mat3x2.hpp index a4ac388e..179cba90 100644 --- a/glm/ext/matrix_mat3x2.hpp +++ b/glm/ext/matrix_mat3x2.hpp @@ -2,7 +2,7 @@ /// @file glm/matrix_mat3x2.hpp #pragma once -#include "detail/type_mat3x2.hpp" +#include "../detail/type_mat3x2.hpp" namespace glm { diff --git a/glm/ext/matrix_mat3x2_precision.hpp b/glm/ext/matrix_mat3x2_precision.hpp index 8709afbe..602453ec 100644 --- a/glm/ext/matrix_mat3x2_precision.hpp +++ b/glm/ext/matrix_mat3x2_precision.hpp @@ -2,7 +2,7 @@ /// @file glm/matrix_mat3x2_precision.hpp #pragma once -#include "detail/type_mat3x2.hpp" +#include "../detail/type_mat3x2.hpp" namespace glm { diff --git a/glm/ext/matrix_mat3x3.hpp b/glm/ext/matrix_mat3x3.hpp index cdfa90b1..9758fa04 100644 --- a/glm/ext/matrix_mat3x3.hpp +++ b/glm/ext/matrix_mat3x3.hpp @@ -2,7 +2,7 @@ /// @file glm/matrix_mat3x3.hpp #pragma once -#include "detail/type_mat3x3.hpp" +#include "../detail/type_mat3x3.hpp" namespace glm { diff --git a/glm/ext/matrix_mat3x3_precision.hpp b/glm/ext/matrix_mat3x3_precision.hpp index 7b1823b3..a7c83b11 100644 --- a/glm/ext/matrix_mat3x3_precision.hpp +++ b/glm/ext/matrix_mat3x3_precision.hpp @@ -2,7 +2,7 @@ /// @file glm/matrix_mat3x3_precision.hpp #pragma once -#include "detail/type_mat3x3.hpp" +#include "../detail/type_mat3x3.hpp" namespace glm { diff --git a/glm/ext/matrix_mat3x4.hpp b/glm/ext/matrix_mat3x4.hpp index 620c9ee8..ce3a2f89 100644 --- a/glm/ext/matrix_mat3x4.hpp +++ b/glm/ext/matrix_mat3x4.hpp @@ -2,7 +2,7 @@ /// @file glm/matrix_mat3x4.hpp #pragma once -#include "detail/type_mat3x4.hpp" +#include "../detail/type_mat3x4.hpp" namespace glm { diff --git a/glm/ext/matrix_mat3x4_precision.hpp b/glm/ext/matrix_mat3x4_precision.hpp index 1eb2887b..6a0ad9c9 100644 --- a/glm/ext/matrix_mat3x4_precision.hpp +++ b/glm/ext/matrix_mat3x4_precision.hpp @@ -2,7 +2,7 @@ /// @file glm/matrix_mat3x4_precision.hpp #pragma once -#include "detail/type_mat3x4.hpp" +#include "../detail/type_mat3x4.hpp" namespace glm { diff --git a/glm/ext/matrix_mat4x2.hpp b/glm/ext/matrix_mat4x2.hpp index 26f46918..62b5de38 100644 --- a/glm/ext/matrix_mat4x2.hpp +++ b/glm/ext/matrix_mat4x2.hpp @@ -2,7 +2,7 @@ /// @file glm/matrix_mat4x2.hpp #pragma once -#include "detail/type_mat4x2.hpp" +#include "../detail/type_mat4x2.hpp" namespace glm { diff --git a/glm/ext/matrix_mat4x2_precision.hpp b/glm/ext/matrix_mat4x2_precision.hpp index c36e04e7..b721ea7e 100644 --- a/glm/ext/matrix_mat4x2_precision.hpp +++ b/glm/ext/matrix_mat4x2_precision.hpp @@ -2,7 +2,7 @@ /// @file glm/matrix_mat2x2_precision.hpp #pragma once -#include "detail/type_mat2x2.hpp" +#include "../detail/type_mat2x2.hpp" namespace glm { diff --git a/glm/ext/matrix_mat4x3_precision.hpp b/glm/ext/matrix_mat4x3_precision.hpp index b89c35a4..1fde4e7f 100644 --- a/glm/ext/matrix_mat4x3_precision.hpp +++ b/glm/ext/matrix_mat4x3_precision.hpp @@ -2,7 +2,7 @@ /// @file glm/matrix_mat4x3_precision.hpp #pragma once -#include "detail/type_mat4x3.hpp" +#include "../detail/type_mat4x3.hpp" namespace glm { diff --git a/glm/ext/matrix_mat4x4.hpp b/glm/ext/matrix_mat4x4.hpp index f8e1f7a8..f2d6287b 100644 --- a/glm/ext/matrix_mat4x4.hpp +++ b/glm/ext/matrix_mat4x4.hpp @@ -2,7 +2,7 @@ /// @file glm/matrix_mat4x4.hpp #pragma once -#include "detail/type_mat4x4.hpp" +#include "../detail/type_mat4x4.hpp" namespace glm { diff --git a/glm/ext/matrix_mat4x4_precision.hpp b/glm/ext/matrix_mat4x4_precision.hpp index d44bbcf2..f72b2911 100644 --- a/glm/ext/matrix_mat4x4_precision.hpp +++ b/glm/ext/matrix_mat4x4_precision.hpp @@ -2,7 +2,7 @@ /// @file glm/matrix_mat4x4_precision.hpp #pragma once -#include "detail/type_mat4x4.hpp" +#include "../detail/type_mat4x4.hpp" namespace glm { diff --git a/glm/ext/vector_bvec2.hpp b/glm/ext/vector_bvec2.hpp index a9cf604c..2b37263b 100644 --- a/glm/ext/vector_bvec2.hpp +++ b/glm/ext/vector_bvec2.hpp @@ -2,7 +2,7 @@ /// @file glm/bvec2.hpp #pragma once -#include "detail/type_vec2.hpp" +#include "../detail/type_vec2.hpp" namespace glm { diff --git a/glm/ext/vector_bvec2_precision.hpp b/glm/ext/vector_bvec2_precision.hpp index 7c1b6919..b40e9e80 100644 --- a/glm/ext/vector_bvec2_precision.hpp +++ b/glm/ext/vector_bvec2_precision.hpp @@ -2,7 +2,7 @@ /// @file glm/bvec2_precision.hpp #pragma once -#include "detail/type_vec2.hpp" +#include "../detail/type_vec2.hpp" namespace glm { diff --git a/glm/ext/vector_bvec3.hpp b/glm/ext/vector_bvec3.hpp index 29f4f1cd..87e6d71b 100644 --- a/glm/ext/vector_bvec3.hpp +++ b/glm/ext/vector_bvec3.hpp @@ -2,7 +2,7 @@ /// @file glm/bvec3.hpp #pragma once -#include "detail/type_vec3.hpp" +#include "../detail/type_vec3.hpp" namespace glm { diff --git a/glm/ext/vector_bvec3_precision.hpp b/glm/ext/vector_bvec3_precision.hpp index 571e8359..bc3b4a2e 100644 --- a/glm/ext/vector_bvec3_precision.hpp +++ b/glm/ext/vector_bvec3_precision.hpp @@ -2,8 +2,8 @@ /// @file glm/bvec3_precision.hpp #pragma once -#include "detail/setup.hpp" -#include "detail/type_vec3.hpp" +#include "../detail/setup.hpp" +#include "../detail/type_vec3.hpp" namespace glm { diff --git a/glm/ext/vector_bvec4.hpp b/glm/ext/vector_bvec4.hpp index 3d0a02c6..59c744c5 100644 --- a/glm/ext/vector_bvec4.hpp +++ b/glm/ext/vector_bvec4.hpp @@ -2,7 +2,7 @@ /// @file glm/bvec4.hpp #pragma once -#include "detail/type_vec4.hpp" +#include "../detail/type_vec4.hpp" namespace glm { diff --git a/glm/ext/vector_bvec4_precision.hpp b/glm/ext/vector_bvec4_precision.hpp index 963eee3d..89a89ce0 100644 --- a/glm/ext/vector_bvec4_precision.hpp +++ b/glm/ext/vector_bvec4_precision.hpp @@ -2,7 +2,7 @@ /// @file glm/bvec4_precision.hpp #pragma once -#include "detail/type_vec4.hpp" +#include "../detail/type_vec4.hpp" namespace glm { diff --git a/glm/ext/vector_dvec2_precision.hpp b/glm/ext/vector_dvec2_precision.hpp index 522a071c..24586c7e 100644 --- a/glm/ext/vector_dvec2_precision.hpp +++ b/glm/ext/vector_dvec2_precision.hpp @@ -2,7 +2,7 @@ /// @file glm/dvec2_precision.hpp #pragma once -#include "detail/type_vec2.hpp" +#include "../detail/type_vec2.hpp" namespace glm { diff --git a/glm/ext/vector_dvec3_precision.hpp b/glm/ext/vector_dvec3_precision.hpp index 2550bb5b..e9d0fb69 100644 --- a/glm/ext/vector_dvec3_precision.hpp +++ b/glm/ext/vector_dvec3_precision.hpp @@ -2,8 +2,7 @@ /// @file glm/dvec3_precision.hpp #pragma once -#include "detail/setup.hpp" -#include "detail/type_vec3.hpp" +#include "../detail/type_vec3.hpp" namespace glm { diff --git a/glm/ext/vector_dvec4_precision.hpp b/glm/ext/vector_dvec4_precision.hpp index 588d7775..43e42c4b 100644 --- a/glm/ext/vector_dvec4_precision.hpp +++ b/glm/ext/vector_dvec4_precision.hpp @@ -2,8 +2,8 @@ /// @file glm/dvec4_precision.hpp #pragma once -#include "detail/setup.hpp" -#include "detail/type_vec4.hpp" +#include "../detail/setup.hpp" +#include "../detail/type_vec4.hpp" namespace glm { diff --git a/glm/ext/vector_ivec2_precision.hpp b/glm/ext/vector_ivec2_precision.hpp index b3e5b3c8..3d3dc6b6 100644 --- a/glm/ext/vector_ivec2_precision.hpp +++ b/glm/ext/vector_ivec2_precision.hpp @@ -2,8 +2,8 @@ /// @file glm/ivec2_precision.hpp #pragma once -#include "detail/setup.hpp" -#include "detail/type_vec2.hpp" +#include "../detail/setup.hpp" +#include "../detail/type_vec2.hpp" namespace glm { diff --git a/glm/ext/vector_ivec3_precision.hpp b/glm/ext/vector_ivec3_precision.hpp index e4d20bfa..3db80d42 100644 --- a/glm/ext/vector_ivec3_precision.hpp +++ b/glm/ext/vector_ivec3_precision.hpp @@ -2,8 +2,8 @@ /// @file glm/ivec3_precision.hpp #pragma once -#include "detail/setup.hpp" -#include "detail/type_vec3.hpp" +#include "../detail/setup.hpp" +#include "../detail/type_vec3.hpp" namespace glm { diff --git a/glm/ext/vector_ivec4_precision.hpp b/glm/ext/vector_ivec4_precision.hpp index fb8e74e3..9e08a754 100644 --- a/glm/ext/vector_ivec4_precision.hpp +++ b/glm/ext/vector_ivec4_precision.hpp @@ -2,7 +2,7 @@ /// @file glm/ivec4_precision.hpp #pragma once -#include "detail/type_vec4.hpp" +#include "../detail/type_vec4.hpp" namespace glm { diff --git a/glm/ext/vector_uvec2_precision.hpp b/glm/ext/vector_uvec2_precision.hpp index ba72baba..7299df86 100644 --- a/glm/ext/vector_uvec2_precision.hpp +++ b/glm/ext/vector_uvec2_precision.hpp @@ -2,7 +2,7 @@ /// @file glm/uvec2_precision.hpp #pragma once -#include "detail/type_vec2.hpp" +#include "../detail/type_vec2.hpp" namespace glm { diff --git a/glm/ext/vector_uvec3_precision.hpp b/glm/ext/vector_uvec3_precision.hpp index 17813fbd..6324530b 100644 --- a/glm/ext/vector_uvec3_precision.hpp +++ b/glm/ext/vector_uvec3_precision.hpp @@ -2,8 +2,8 @@ /// @file glm/uvec3_precision.hpp #pragma once -#include "detail/setup.hpp" -#include "detail/type_vec3.hpp" +#include "../detail/setup.hpp" +#include "../detail/type_vec3.hpp" namespace glm { diff --git a/glm/ext/vector_uvec4_precision.hpp b/glm/ext/vector_uvec4_precision.hpp index c7aeee2d..454a424c 100644 --- a/glm/ext/vector_uvec4_precision.hpp +++ b/glm/ext/vector_uvec4_precision.hpp @@ -2,8 +2,7 @@ /// @file glm/uvec4_precision.hpp #pragma once -#include "detail/setup.hpp" -#include "detail/type_vec4.hpp" +#include "../detail/type_vec4.hpp" namespace glm { diff --git a/glm/ext/vector_vec2_precision.hpp b/glm/ext/vector_vec2_precision.hpp index 4d6006f0..8b5ad7f9 100644 --- a/glm/ext/vector_vec2_precision.hpp +++ b/glm/ext/vector_vec2_precision.hpp @@ -2,7 +2,7 @@ /// @file glm/fvec2_precision.hpp #pragma once -#include "detail/type_vec2.hpp" +#include "../detail/type_vec2.hpp" namespace glm { diff --git a/glm/ext/vector_vec3_precision.hpp b/glm/ext/vector_vec3_precision.hpp index 5c718c17..9d0e853e 100644 --- a/glm/ext/vector_vec3_precision.hpp +++ b/glm/ext/vector_vec3_precision.hpp @@ -2,8 +2,8 @@ /// @file glm/fvec3_precision.hpp #pragma once -#include "detail/setup.hpp" -#include "detail/type_vec3.hpp" +#include "../detail/setup.hpp" +#include "../detail/type_vec3.hpp" namespace glm { diff --git a/glm/ext/vector_vec4_precision.hpp b/glm/ext/vector_vec4_precision.hpp index 4ed8bcd1..d139ffa7 100644 --- a/glm/ext/vector_vec4_precision.hpp +++ b/glm/ext/vector_vec4_precision.hpp @@ -2,7 +2,7 @@ /// @file glm/fvec4_precision.hpp #pragma once -#include "detail/type_vec4.hpp" +#include "../detail/type_vec4.hpp" namespace glm {