From eb3146b01e0e2d3032ca245363e355b26a7c1369 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Fri, 7 Jan 2011 09:17:47 +0000 Subject: [PATCH] Only setup.hpp add instrinsics headers --- glm/core/intrinsic_common.hpp | 5 ----- glm/core/intrinsic_vector_relational.hpp | 3 --- 2 files changed, 8 deletions(-) diff --git a/glm/core/intrinsic_common.hpp b/glm/core/intrinsic_common.hpp index 09b0c290..fcad87fe 100644 --- a/glm/core/intrinsic_common.hpp +++ b/glm/core/intrinsic_common.hpp @@ -10,11 +10,6 @@ #ifndef GLM_DETAIL_INTRINSIC_COMMON_INCLUDED #define GLM_DETAIL_INTRINSIC_COMMON_INCLUDED -//#include -//#include -#include -#include - __m128 _mm_abs_ps(__m128 x); __m128 _mm_sgn_ps(__m128 x); diff --git a/glm/core/intrinsic_vector_relational.hpp b/glm/core/intrinsic_vector_relational.hpp index 11b3d181..f0b67ce7 100644 --- a/glm/core/intrinsic_vector_relational.hpp +++ b/glm/core/intrinsic_vector_relational.hpp @@ -10,9 +10,6 @@ #ifndef GLM_DETAIL_INTRINSIC_VECTOR_RELATIONAL_INCLUDED #define GLM_DETAIL_INTRINSIC_VECTOR_RELATIONAL_INCLUDED -#include -#include - #include "intrinsic_vector_relational.inl" #endif//GLM_DETAIL_INTRINSIC_VECTOR_RELATIONAL_INCLUDED