citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 2a398814b71e115ad49901e23f48f911f0b349e5
parent b07db3ea8af73d3a544112908cff836b605160ac
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Thu, 17 Mar 2016 21:12:44 -0600

viewer: remove glm includes

Diffstat:
Mviewer/viewer.cxx | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/viewer/viewer.cxx b/viewer/viewer.cxx @@ -6,11 +6,6 @@ #include <GL/glew.h> #include <GL/freeglut.h> -#define GLM_FORCE_RADIANS -#include <glm/glm.hpp> -#include <glm/gtc/matrix_transform.hpp> -#include <glm/gtc/type_ptr.hpp> - #include "af_unix.h" #include "text.h"