summaryrefslogtreecommitdiffhomepage
path: root/shaders
diff options
context:
space:
mode:
Diffstat (limited to 'shaders')
-rw-r--r--shaders/tile-shader.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/shaders/tile-shader.hpp b/shaders/tile-shader.hpp
index a1975daf..27126964 100644
--- a/shaders/tile-shader.hpp
+++ b/shaders/tile-shader.hpp
@@ -1,5 +1,4 @@
#pragma once
-#include "tile-atlas.hpp"
#include <vector>
#include <utility>
#include <Magnum/GL/AbstractShaderProgram.h>
@@ -8,8 +7,6 @@
#include <Magnum/Math/Vector2.h>
#include <Magnum/Math/Matrix4.h>
-struct tile_atlas;
-
namespace Magnum::Examples {
struct tile_shader : GL::AbstractShaderProgram