Skip to content

Commit

Permalink
Removed unused glm headers from glRenderer.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed May 31, 2017
1 parent 7599607 commit 6ebdb1c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions code/Modules/Gfx/private/gl/glRenderer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,7 @@
#include "glRenderer.h"
#include "glTypes.h"
#include "glCaps.h"
#include "glm/vec2.hpp"
#include "glm/vec3.hpp"
#include "glm/vec4.hpp"
#include "glm/mat2x2.hpp"
#include "glm/mat3x3.hpp"
#include "glm/mat4x4.hpp"
#include "glm/gtc/type_ptr.hpp"

namespace Oryol {
Expand Down

0 comments on commit 6ebdb1c

Please sign in to comment.