Add a style check that checks whether the correct GLM header is used

Adapted files to use the correct GLM headers
This commit is contained in:
Alexander Bock
2017-02-14 13:12:59 -05:00
parent e3cfba8fec
commit 8456087cf5
27 changed files with 101 additions and 35 deletions
@@ -32,7 +32,7 @@
#include <openspace/engine/openspaceengine.h>
#include <openspace/rendering/renderengine.h>
#include <openspace/rendering/raycastermanager.h>
#include <glm/glm.hpp>
#include <ghoul/glm.h>
#include <glm/gtc/matrix_transform.hpp>
#include <ghoul/opengl/ghoul_gl.h>