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 /chunk.cpp | |
parent | 3550a1170b354b3f7dd92df038f6e6d7c8e0dd7f (diff) |
cleanup includes
Diffstat (limited to 'chunk.cpp')
-rw-r--r-- | chunk.cpp | 2 |
1 files changed, 1 insertions, 1 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 { |