diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-02-18 05:51:53 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-02-18 05:51:53 +0100 |
| commit | cbcf2471bb8a59db55efcad11691eab73d0ec2f5 (patch) | |
| tree | 5ef04154741e5f2bb7ea4ef6ce9ab0cb99d05162 | |
| parent | 3550a1170b354b3f7dd92df038f6e6d7c8e0dd7f (diff) | |
cleanup includes
| -rw-r--r-- | chunk.cpp | 2 | ||||
| -rw-r--r-- | chunk.hpp | 4 |
2 files changed, 2 insertions, 4 deletions
@@ -1,6 +1,6 @@ #include "chunk.hpp" -#include <Magnum/GL/TextureFormat.h> #include <Magnum/ImageView.h> +#include <Magnum/GL/TextureFormat.h> namespace Magnum::Examples { @@ -1,10 +1,8 @@ #pragma once -#include <Magnum/Magnum.h> -#include <Magnum/GL/Texture.h> #include <Magnum/Math/Vector.h> #include <Magnum/Math/Vector2.h> +#include <Magnum/GL/Texture.h> #include <Magnum/Trade/ImageData.h> -#include <tuple> #include <array> namespace Magnum::Examples { |
