瀏覽代碼

Merge pull request #142 from bernstein/0.9.5

Remove includes of deleted half_float.hpp
Christophe Riccio 12 年之前
父節點
當前提交
bbecc80903
共有 2 個文件被更改,包括 0 次插入2 次删除
  1. 0 1
      glm/ext.hpp
  2. 0 1
      glm/gtx/extented_min_max.hpp

+ 0 - 1
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"

+ 0 - 1
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")