Browse Source

Merge pull request #127 from mackron/buildfix

Remove #include of missing file.
Christophe Riccio 12 years ago
parent
commit
cbfc4a366f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      glm/gtx/fast_exponential.hpp

+ 0 - 1
glm/gtx/fast_exponential.hpp

@@ -41,7 +41,6 @@
 
 
 // Dependency:
 // Dependency:
 #include "../glm.hpp"
 #include "../glm.hpp"
-#include "../gtc/half_float.hpp"
 
 
 #if(defined(GLM_MESSAGES) && !defined(glm_ext))
 #if(defined(GLM_MESSAGES) && !defined(glm_ext))
 #	pragma message("GLM: GLM_GTX_fast_exponential extension included")
 #	pragma message("GLM: GLM_GTX_fast_exponential extension included")