diff options
Diffstat (limited to 'game/terrain.cpp')
-rw-r--r-- | game/terrain.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/game/terrain.cpp b/game/terrain.cpp index 20c06e8..44fd41d 100644 --- a/game/terrain.cpp +++ b/game/terrain.cpp @@ -1,6 +1,5 @@ #include "terrain.h" #include "gfx/models/texture.h" -#include <GL/glew.h> #include <cache.h> #include <cmath> #include <gfx/gl/shader.h> @@ -9,7 +8,6 @@ #include <gfx/models/mesh.h> #include <gfx/models/vertex.hpp> #include <glm/glm.hpp> -#include <maths.h> #include <random> #include <stb_image.h> |