瀏覽代碼

Removed dependence with a deprecated extension

Christophe Riccio 14 年之前
父節點
當前提交
cc8fa8a9c1
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      glm/gtx/string_cast.hpp

+ 0 - 2
glm/gtx/string_cast.hpp

@@ -28,7 +28,6 @@
 /// @see core (dependence)
 /// @see gtc_half_float (dependence)
 /// @see gtx_integer (dependence)
-/// @see gtx_unsigned_int (dependence)
 /// @see gtx_quaternion (dependence)
 ///
 /// @defgroup gtx_string_cast GLM_GTX_string_cast: String cast
@@ -46,7 +45,6 @@
 #include "../glm.hpp"
 #include "../gtc/half_float.hpp"
 #include "../gtx/integer.hpp"
-#include "../gtx/unsigned_int.hpp"
 #include "../gtx/quaternion.hpp"
 #include <string>