diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-23 20:49:14 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-23 20:49:14 +0200 |
commit | b6a067678ab9e225647b256595d54dde2ce6f2f5 (patch) | |
tree | 5511af38d35cea0cfaf59fffe9b513d46820f0b2 /draw/wireframe-mesh.hpp | |
parent | 4341fb36784a9da7b519d81d78e8df983816d791 (diff) |
a
Diffstat (limited to 'draw/wireframe-mesh.hpp')
-rw-r--r-- | draw/wireframe-mesh.hpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/draw/wireframe-mesh.hpp b/draw/wireframe-mesh.hpp index 9a8e90c7..f03659d3 100644 --- a/draw/wireframe-mesh.hpp +++ b/draw/wireframe-mesh.hpp @@ -1,10 +1,6 @@ #pragma once #include "tile-defs.hpp" -#include <array> -#include <utility> -#include <Corrade/Containers/ArrayView.h> -#include <Magnum/Math/Vector2.h> #include <Magnum/GL/Buffer.h> #include <Magnum/GL/Mesh.h> #include "Magnum/GL/Texture.h" |