From dea65c8c236d1e56321c931e3d1c1e910a568725 Mon Sep 17 00:00:00 2001 From: David Reid Date: Mon, 7 Oct 2013 15:34:04 +1000 Subject: [PATCH] Remove #include of missing file. --- glm/gtx/fast_exponential.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/glm/gtx/fast_exponential.hpp b/glm/gtx/fast_exponential.hpp index ff50eecb..c3c29c45 100644 --- a/glm/gtx/fast_exponential.hpp +++ b/glm/gtx/fast_exponential.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_fast_exponential extension included")