summaryrefslogtreecommitdiffhomepage
path: root/shaders/tile-shader.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'shaders/tile-shader.hpp')
-rw-r--r--shaders/tile-shader.hpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/shaders/tile-shader.hpp b/shaders/tile-shader.hpp
index ee9056da..fd865208 100644
--- a/shaders/tile-shader.hpp
+++ b/shaders/tile-shader.hpp
@@ -1,11 +1,7 @@
#pragma once
-#include <vector>
-#include <utility>
#include <Magnum/GL/AbstractShaderProgram.h>
-#include <Magnum/GL/Texture.h>
-#include <Magnum/Math/Color.h>
#include <Magnum/Math/Vector2.h>
-#include <Magnum/Math/Matrix4.h>
+#include <Magnum/Math/Vector3.h>
namespace Magnum::Examples {