summaryrefslogtreecommitdiffhomepage
path: root/chunk.cpp
diff options
context:
space:
mode:
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 {