diff options
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 { |