From 8de3c56ddc726f53cb905b8fdf8e30cf9e4fb6df Mon Sep 17 00:00:00 2001 From: Andreas Bernstein Date: Sun, 15 Dec 2013 21:45:55 +0100 Subject: [PATCH] Remove includes of deleted half_float.hpp --- glm/ext.hpp | 1 - glm/gtx/extented_min_max.hpp | 1 - 2 files changed, 2 deletions(-) diff --git a/glm/ext.hpp b/glm/ext.hpp index f6a4d229..95121dc7 100644 --- a/glm/ext.hpp +++ b/glm/ext.hpp @@ -65,7 +65,6 @@ #include "./gtc/constants.hpp" #include "./gtc/epsilon.hpp" -#include "./gtc/half_float.hpp" #include "./gtc/matrix_access.hpp" #include "./gtc/matrix_integer.hpp" #include "./gtc/matrix_inverse.hpp" diff --git a/glm/gtx/extented_min_max.hpp b/glm/gtx/extented_min_max.hpp index adea79e4..b9c4c7c9 100644 --- a/glm/gtx/extented_min_max.hpp +++ b/glm/gtx/extented_min_max.hpp @@ -41,7 +41,6 @@ // Dependency: #include "../glm.hpp" -#include "../gtc/half_float.hpp" #if(defined(GLM_MESSAGES) && !defined(glm_ext)) # pragma message("GLM: GLM_GTX_extented_min_max extension included")