diff --git a/deps/glm/detail/precision.inl b/deps/glm/detail/precision.inl deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/deps/glm/gtx/number_precision.hpp b/deps/glm/gtx/number_precision.hpp index a864b78f02..fdaf003682 100644 --- a/deps/glm/gtx/number_precision.hpp +++ b/deps/glm/gtx/number_precision.hpp @@ -80,6 +80,4 @@ namespace gtx }//namespace gtx }//namespace glm -#include "number_precision.inl" - #endif//GLM_GTX_number_precision diff --git a/deps/glm/gtx/number_precision.inl b/deps/glm/gtx/number_precision.inl deleted file mode 100644 index 895f8bb301..0000000000 --- a/deps/glm/gtx/number_precision.inl +++ /dev/null @@ -1,13 +0,0 @@ -/////////////////////////////////////////////////////////////////////////////////////////////////// -// OpenGL Mathematics Copyright (c) 2005 - 2014 G-Truc Creation (www.g-truc.net) -/////////////////////////////////////////////////////////////////////////////////////////////////// -// Created : 2007-05-10 -// Updated : 2007-05-10 -// Licence : This source is under MIT License -// File : glm/gtx/number_precision.inl -/////////////////////////////////////////////////////////////////////////////////////////////////// - -namespace glm -{ - -}