summaryrefslogtreecommitdiffhomepage
path: root/shaders
diff options
context:
space:
mode:
Diffstat (limited to 'shaders')
-rw-r--r--shaders/tile-shader.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/shaders/tile-shader.cpp b/shaders/tile-shader.cpp
index 11dc7c49..50444cc8 100644
--- a/shaders/tile-shader.cpp
+++ b/shaders/tile-shader.cpp
@@ -1,9 +1,6 @@
#include "shaders/tile-shader.hpp"
#include "loader.hpp"
#include "compat/assert.hpp"
-#include <algorithm>
-#include <Corrade/Containers/Reference.h>
-#include <Corrade/Utility/Resource.h>
#include <Magnum/Math/Vector4.h>
#include <Magnum/GL/Context.h>
#include <Magnum/GL/Shader.h>