summaryrefslogtreecommitdiffhomepage
path: root/src/anim-atlas.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-05-26 15:26:31 +0200
committerStanislaw Halik <sthalik@misaki.pl>2024-05-26 15:26:31 +0200
commitc3bebd8c3263d67f3b66cab7437bc24f5ea724c8 (patch)
tree4d9edf3195d1ea177d35c5afec51aa9e88408a40 /src/anim-atlas.cpp
parent30f06fac317668c7da977edf13085a0e0e9df964 (diff)
b cleanup includes
- remove unused includes - reorder some compat/ includes to the bottom, in order to check whether the headers correctly include them
Diffstat (limited to 'src/anim-atlas.cpp')
-rw-r--r--src/anim-atlas.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/anim-atlas.cpp b/src/anim-atlas.cpp
index 355ddeac..6509a494 100644
--- a/src/anim-atlas.cpp
+++ b/src/anim-atlas.cpp
@@ -1,6 +1,6 @@
#include "anim-atlas.hpp"
-#include "compat/assert.hpp"
#include "shaders/shader.hpp"
+#include "compat/assert.hpp"
#include "compat/exception.hpp"
#include <Corrade/Containers/BitArrayView.h>
#include <Corrade/Containers/StridedArrayView.h>