summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/app.cpp3
-rw-r--r--test/bitmask.cpp3
2 files changed, 2 insertions, 4 deletions
diff --git a/test/app.cpp b/test/app.cpp
index 4082211e..4a80cb20 100644
--- a/test/app.cpp
+++ b/test/app.cpp
@@ -1,13 +1,12 @@
#include "app.hpp"
-#include "compat/headless.hpp"
#include "loader/loader.hpp"
+#include "compat/headless.hpp"
#include <stdlib.h> // NOLINT(*-deprecated-headers)
#include <cstdio>
#include <Corrade/Containers/StringView.h>
#include <Magnum/Math/Functions.h>
#include <Magnum/Timeline.h>
#include <Magnum/GL/Context.h>
-#include <Magnum/Magnum.h>
namespace floormat::Test {
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>