From cc8fa8a9c1c5c2ff331f1b6416f0e0b930d253e9 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Wed, 19 Oct 2011 19:02:46 +0100 Subject: [PATCH] Removed dependence with a deprecated extension --- glm/gtx/string_cast.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/glm/gtx/string_cast.hpp b/glm/gtx/string_cast.hpp index 93a31c61..6d025b75 100644 --- a/glm/gtx/string_cast.hpp +++ b/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