mirror of
https://github.com/g-truc/glm.git
synced 2024-11-29 19:34:36 +00:00
Merge pull request #142 from bernstein/0.9.5
Remove includes of deleted half_float.hpp
This commit is contained in:
commit
bbecc80903
@ -65,7 +65,6 @@
|
|||||||
|
|
||||||
#include "./gtc/constants.hpp"
|
#include "./gtc/constants.hpp"
|
||||||
#include "./gtc/epsilon.hpp"
|
#include "./gtc/epsilon.hpp"
|
||||||
#include "./gtc/half_float.hpp"
|
|
||||||
#include "./gtc/matrix_access.hpp"
|
#include "./gtc/matrix_access.hpp"
|
||||||
#include "./gtc/matrix_integer.hpp"
|
#include "./gtc/matrix_integer.hpp"
|
||||||
#include "./gtc/matrix_inverse.hpp"
|
#include "./gtc/matrix_inverse.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_extented_min_max extension included")
|
# pragma message("GLM: GLM_GTX_extented_min_max extension included")
|
||||||
|
Loading…
Reference in New Issue
Block a user