Browse Source

Fixed header directories

Christophe Riccio 7 years ago
parent
commit
c191e6cfe9
53 changed files with 59 additions and 62 deletions
  1. 1 1
      glm/ext/matrix_dmat2x2.hpp
  2. 1 1
      glm/ext/matrix_dmat2x2_precision.hpp
  3. 1 1
      glm/ext/matrix_dmat2x3.hpp
  4. 1 1
      glm/ext/matrix_dmat2x3_precision.hpp
  5. 1 1
      glm/ext/matrix_dmat2x4.hpp
  6. 1 1
      glm/ext/matrix_dmat2x4_precision.hpp
  7. 1 1
      glm/ext/matrix_dmat3x2.hpp
  8. 1 1
      glm/ext/matrix_dmat3x2_precision.hpp
  9. 1 1
      glm/ext/matrix_dmat3x3.hpp
  10. 1 1
      glm/ext/matrix_dmat3x3_precision.hpp
  11. 1 1
      glm/ext/matrix_dmat3x4.hpp
  12. 1 1
      glm/ext/matrix_dmat3x4_precision.hpp
  13. 1 1
      glm/ext/matrix_dmat4x2.hpp
  14. 1 1
      glm/ext/matrix_dmat4x2_precision.hpp
  15. 1 1
      glm/ext/matrix_dmat4x3.hpp
  16. 1 1
      glm/ext/matrix_dmat4x3_precision.hpp
  17. 1 1
      glm/ext/matrix_dmat4x4.hpp
  18. 1 1
      glm/ext/matrix_dmat4x4_precision.hpp
  19. 1 2
      glm/ext/matrix_mat2x2.hpp
  20. 1 1
      glm/ext/matrix_mat2x2_precision.hpp
  21. 1 1
      glm/ext/matrix_mat2x3.hpp
  22. 1 1
      glm/ext/matrix_mat2x3_precision.hpp
  23. 1 1
      glm/ext/matrix_mat2x4.hpp
  24. 1 1
      glm/ext/matrix_mat2x4_precision.hpp
  25. 1 1
      glm/ext/matrix_mat3x2.hpp
  26. 1 1
      glm/ext/matrix_mat3x2_precision.hpp
  27. 1 1
      glm/ext/matrix_mat3x3.hpp
  28. 1 1
      glm/ext/matrix_mat3x3_precision.hpp
  29. 1 1
      glm/ext/matrix_mat3x4.hpp
  30. 1 1
      glm/ext/matrix_mat3x4_precision.hpp
  31. 1 1
      glm/ext/matrix_mat4x2.hpp
  32. 1 1
      glm/ext/matrix_mat4x2_precision.hpp
  33. 1 1
      glm/ext/matrix_mat4x3_precision.hpp
  34. 1 1
      glm/ext/matrix_mat4x4.hpp
  35. 1 1
      glm/ext/matrix_mat4x4_precision.hpp
  36. 1 1
      glm/ext/vector_bvec2.hpp
  37. 1 1
      glm/ext/vector_bvec2_precision.hpp
  38. 1 1
      glm/ext/vector_bvec3.hpp
  39. 2 2
      glm/ext/vector_bvec3_precision.hpp
  40. 1 1
      glm/ext/vector_bvec4.hpp
  41. 1 1
      glm/ext/vector_bvec4_precision.hpp
  42. 1 1
      glm/ext/vector_dvec2_precision.hpp
  43. 1 2
      glm/ext/vector_dvec3_precision.hpp
  44. 2 2
      glm/ext/vector_dvec4_precision.hpp
  45. 2 2
      glm/ext/vector_ivec2_precision.hpp
  46. 2 2
      glm/ext/vector_ivec3_precision.hpp
  47. 1 1
      glm/ext/vector_ivec4_precision.hpp
  48. 1 1
      glm/ext/vector_uvec2_precision.hpp
  49. 2 2
      glm/ext/vector_uvec3_precision.hpp
  50. 1 2
      glm/ext/vector_uvec4_precision.hpp
  51. 1 1
      glm/ext/vector_vec2_precision.hpp
  52. 2 2
      glm/ext/vector_vec3_precision.hpp
  53. 1 1
      glm/ext/vector_vec4_precision.hpp

+ 1 - 1
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
 {

+ 1 - 1
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
 {

+ 1 - 1
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
 {

+ 1 - 1
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
 {

+ 1 - 1
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
 {

+ 1 - 1
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
 {

+ 1 - 1
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
 {

+ 1 - 1
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
 {

+ 1 - 1
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
 {

+ 1 - 1
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
 {

+ 1 - 1
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
 {

+ 1 - 1
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
 {

+ 1 - 1
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
 {

+ 1 - 1
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
 {

+ 1 - 1
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
 {

+ 1 - 1
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
 {

+ 1 - 1
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
 {

+ 1 - 1
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
 {

+ 1 - 2
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
 {

+ 1 - 1
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
 {

+ 1 - 1
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
 {

+ 1 - 1
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
 {

+ 1 - 1
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
 {

+ 1 - 1
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
 {

+ 1 - 1
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
 {

+ 1 - 1
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
 {

+ 1 - 1
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
 {

+ 1 - 1
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
 {

+ 1 - 1
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
 {

+ 1 - 1
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
 {

+ 1 - 1
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
 {

+ 1 - 1
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
 {

+ 1 - 1
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
 {

+ 1 - 1
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
 {

+ 1 - 1
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
 {

+ 1 - 1
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
 {

+ 1 - 1
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
 {

+ 1 - 1
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
 {

+ 2 - 2
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
 {

+ 1 - 1
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
 {

+ 1 - 1
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
 {

+ 1 - 1
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
 {

+ 1 - 2
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
 {

+ 2 - 2
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
 {

+ 2 - 2
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
 {

+ 2 - 2
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
 {

+ 1 - 1
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
 {

+ 1 - 1
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
 {

+ 2 - 2
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
 {

+ 1 - 2
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
 {

+ 1 - 1
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
 {

+ 2 - 2
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
 {

+ 1 - 1
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
 {