diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-23 09:12:13 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-23 09:12:13 +0200 |
commit | fc645fce732e8163c7e1d79cdd405de62e6e95a2 (patch) | |
tree | d81ce65b7630cd1fcc7de8a87770f3cb8216018b /shaders/tile-shader.cpp | |
parent | 81a9284fbda7bfefa417a408346ddb2abd26a1e2 (diff) |
foo
Diffstat (limited to 'shaders/tile-shader.cpp')
-rw-r--r-- | shaders/tile-shader.cpp | 3 |
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> |