diff options
Diffstat (limited to 'test/app.cpp')
-rw-r--r-- | test/app.cpp | 3 |
1 files changed, 1 insertions, 2 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 { |