diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-25 16:19:21 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-25 16:19:21 +0200 |
commit | a00ac8b5fed9d03cb2b3eafb4cd7d04546e341b1 (patch) | |
tree | 18bfeda1abd43a2a0b81f2ad4b909c30b9bfb419 /editor/update.cpp | |
parent | 45f2533113a0dfe4cf8a7723a1c76099d0a6d091 (diff) |
move some headers around
Diffstat (limited to 'editor/update.cpp')
-rw-r--r-- | editor/update.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/update.cpp b/editor/update.cpp index 734ed7b5..c0595c45 100644 --- a/editor/update.cpp +++ b/editor/update.cpp @@ -1,7 +1,7 @@ #include "app.hpp" #include "src/chunk.hpp" -#include "main/floormat-events.hpp" -#include "main/floormat-main.hpp" +#include "floormat/events.hpp" +#include "floormat/main.hpp" namespace floormat { |