diff options
Diffstat (limited to 'editor')
-rw-r--r-- | editor/ground-editor.cpp | 1 | ||||
-rw-r--r-- | editor/inspect-types.cpp | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/editor/ground-editor.cpp b/editor/ground-editor.cpp index f88bc25a..4253575c 100644 --- a/editor/ground-editor.cpp +++ b/editor/ground-editor.cpp @@ -6,7 +6,6 @@ #include "keys.hpp" #include "loader/loader.hpp" #include "compat/exception.hpp" -#include <Corrade/Containers/PairStl.h> #include <Corrade/Utility/Path.h> namespace floormat { diff --git a/editor/inspect-types.cpp b/editor/inspect-types.cpp index 7690d91d..a6c30ed4 100644 --- a/editor/inspect-types.cpp +++ b/editor/inspect-types.cpp @@ -9,7 +9,7 @@ #include "src/critter.hpp" #include "src/light.hpp" -#include <Corrade/Containers/ArrayViewStl.h> +#include <Corrade/Containers/ArrayView.h> #include <imgui.h> namespace floormat::entities { |