diff options
Diffstat (limited to 'editor/imgui.cpp')
-rw-r--r-- | editor/imgui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/imgui.cpp b/editor/imgui.cpp index b627d34f..7a34f5fc 100644 --- a/editor/imgui.cpp +++ b/editor/imgui.cpp @@ -1,5 +1,5 @@ #include "app.hpp" -#include "main/floormat-main.hpp" +#include "floormat/main.hpp" #include <Magnum/GL/Renderer.h> #include "imgui-raii.hpp" |