From c3bebd8c3263d67f3b66cab7437bc24f5ea724c8 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 26 May 2024 15:26:31 +0200 Subject: b cleanup includes - remove unused includes - reorder some compat/ includes to the bottom, in order to check whether the headers correctly include them --- test/app.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/app.cpp') 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 // NOLINT(*-deprecated-headers) #include #include #include #include #include -#include namespace floormat::Test { -- cgit v1.2.3