summaryrefslogtreecommitdiffhomepage
path: root/test/bitmask.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 /test/bitmask.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 'test/bitmask.cpp')
-rw-r--r--test/bitmask.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/bitmask.cpp b/test/bitmask.cpp
index 369c1e54..3e04f737 100644
--- a/test/bitmask.cpp
+++ b/test/bitmask.cpp
@@ -1,8 +1,7 @@
#include "app.hpp"
-#include "compat/assert.hpp"
#include "src/anim-atlas.hpp"
#include "loader/loader.hpp"
-#include <Corrade/Containers/ArrayView.h>
+#include "compat/assert.hpp"
#include <mg/Functions.h>
#include <mg/ImageData.h>