summaryrefslogtreecommitdiffhomepage
path: root/chunk.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-02-18 05:51:53 +0100
committerStanislaw Halik <sthalik@misaki.pl>2022-02-18 05:51:53 +0100
commitcbcf2471bb8a59db55efcad11691eab73d0ec2f5 (patch)
tree5ef04154741e5f2bb7ea4ef6ce9ab0cb99d05162 /chunk.cpp
parent3550a1170b354b3f7dd92df038f6e6d7c8e0dd7f (diff)
cleanup includes
Diffstat (limited to 'chunk.cpp')
-rw-r--r--chunk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chunk.cpp b/chunk.cpp
index d0a29a29..62dcdc0e 100644
--- a/chunk.cpp
+++ b/chunk.cpp
@@ -1,6 +1,6 @@
#include "chunk.hpp"
-#include <Magnum/GL/TextureFormat.h>
#include <Magnum/ImageView.h>
+#include <Magnum/GL/TextureFormat.h>
namespace Magnum::Examples {