From a00ac8b5fed9d03cb2b3eafb4cd7d04546e341b1 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 25 Oct 2022 16:19:21 +0200 Subject: move some headers around --- editor/app.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editor/app.cpp') diff --git a/editor/app.cpp b/editor/app.cpp index f89aa002..e28f1a72 100644 --- a/editor/app.cpp +++ b/editor/app.cpp @@ -1,7 +1,7 @@ #include "app.hpp" #include "compat/assert.hpp" -#include "main/floormat-main.hpp" -#include "main/floormat.hpp" +#include "floormat/main.hpp" +#include "floormat/settings.hpp" #include "src/loader.hpp" #include "world.hpp" #include -- cgit v1.2.3