From 03a01880b0cf842eaa5784ce63ca44b8b59075c9 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sun, 5 Oct 2014 20:06:35 +0200 Subject: [PATCH] Clean up move and initialiazer lists experiments --- glm/detail/type_mat2x2.hpp | 7 ------- glm/detail/type_mat2x3.hpp | 6 ------ glm/detail/type_mat2x4.hpp | 6 ------ glm/detail/type_mat3x2.hpp | 6 ------ glm/detail/type_mat3x3.hpp | 6 ------ glm/detail/type_mat3x4.hpp | 6 ------ glm/detail/type_mat4x2.hpp | 6 ------ glm/detail/type_mat4x3.hpp | 6 ------ 8 files changed, 49 deletions(-) diff --git a/glm/detail/type_mat2x2.hpp b/glm/detail/type_mat2x2.hpp index ab280c7b..4a21ec7a 100644 --- a/glm/detail/type_mat2x2.hpp +++ b/glm/detail/type_mat2x2.hpp @@ -32,13 +32,6 @@ #include "type_vec2.hpp" #include "type_mat.hpp" #include -#if GLM_HAS_INITIALIZER_LISTS -# include -#endif -#if GLM_HAS_RVALUE_REFERENCES -# include -#endif -#include #include namespace glm diff --git a/glm/detail/type_mat2x3.hpp b/glm/detail/type_mat2x3.hpp index fa5b8c12..69bf8619 100644 --- a/glm/detail/type_mat2x3.hpp +++ b/glm/detail/type_mat2x3.hpp @@ -32,12 +32,6 @@ #include "type_vec2.hpp" #include "type_vec3.hpp" #include "type_mat.hpp" -#if GLM_HAS_INITIALIZER_LISTS -# include -#endif -#if GLM_HAS_RVALUE_REFERENCES -# include -#endif #include #include diff --git a/glm/detail/type_mat2x4.hpp b/glm/detail/type_mat2x4.hpp index 56dcad8e..5eb9bcf5 100644 --- a/glm/detail/type_mat2x4.hpp +++ b/glm/detail/type_mat2x4.hpp @@ -32,12 +32,6 @@ #include "type_vec2.hpp" #include "type_vec4.hpp" #include "type_mat.hpp" -#if GLM_HAS_INITIALIZER_LISTS -# include -#endif -#if GLM_HAS_RVALUE_REFERENCES -# include -#endif #include #include diff --git a/glm/detail/type_mat3x2.hpp b/glm/detail/type_mat3x2.hpp index aeae7525..52d42beb 100644 --- a/glm/detail/type_mat3x2.hpp +++ b/glm/detail/type_mat3x2.hpp @@ -32,12 +32,6 @@ #include "type_vec2.hpp" #include "type_vec3.hpp" #include "type_mat.hpp" -#if GLM_HAS_INITIALIZER_LISTS -# include -#endif -#if GLM_HAS_RVALUE_REFERENCES -# include -#endif #include #include diff --git a/glm/detail/type_mat3x3.hpp b/glm/detail/type_mat3x3.hpp index 0d6486e8..ec0e4b4f 100644 --- a/glm/detail/type_mat3x3.hpp +++ b/glm/detail/type_mat3x3.hpp @@ -31,12 +31,6 @@ #include "../fwd.hpp" #include "type_vec3.hpp" #include "type_mat.hpp" -#if GLM_HAS_INITIALIZER_LISTS -# include -#endif -#if GLM_HAS_RVALUE_REFERENCES -# include -#endif #include #include diff --git a/glm/detail/type_mat3x4.hpp b/glm/detail/type_mat3x4.hpp index 4fe9605b..a3d793b5 100644 --- a/glm/detail/type_mat3x4.hpp +++ b/glm/detail/type_mat3x4.hpp @@ -32,12 +32,6 @@ #include "type_vec3.hpp" #include "type_vec4.hpp" #include "type_mat.hpp" -#if GLM_HAS_INITIALIZER_LISTS -# include -#endif -#if GLM_HAS_RVALUE_REFERENCES -# include -#endif #include #include diff --git a/glm/detail/type_mat4x2.hpp b/glm/detail/type_mat4x2.hpp index e8a2a3a0..61c99443 100644 --- a/glm/detail/type_mat4x2.hpp +++ b/glm/detail/type_mat4x2.hpp @@ -32,12 +32,6 @@ #include "type_vec2.hpp" #include "type_vec4.hpp" #include "type_mat.hpp" -#if GLM_HAS_INITIALIZER_LISTS -# include -#endif -#if GLM_HAS_RVALUE_REFERENCES -# include -#endif #include #include diff --git a/glm/detail/type_mat4x3.hpp b/glm/detail/type_mat4x3.hpp index 28da7a40..2524a81f 100644 --- a/glm/detail/type_mat4x3.hpp +++ b/glm/detail/type_mat4x3.hpp @@ -32,12 +32,6 @@ #include "type_vec3.hpp" #include "type_vec4.hpp" #include "type_mat.hpp" -#if GLM_HAS_INITIALIZER_LISTS -# include -#endif -#if GLM_HAS_RVALUE_REFERENCES -# include -#endif #include #include