diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-04-10 12:54:26 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-04-10 12:54:26 +0200 |
commit | 4ec9a5df87d8df10b00ef3ce8ad9cb8d0a4039be (patch) | |
tree | dfeafa1560a34e4b96fab3dbe81c75425da3b1a3 /editor/editor.cpp | |
parent | 7b5ecc9de343a55948e55876d3d72be5bd5c8c9c (diff) |
ffff
Diffstat (limited to 'editor/editor.cpp')
-rw-r--r-- | editor/editor.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editor/editor.cpp b/editor/editor.cpp index 2d52d715..99a3cf96 100644 --- a/editor/editor.cpp +++ b/editor/editor.cpp @@ -4,10 +4,8 @@ #include "src/world.hpp" #include "keys.hpp" -#include <Corrade/Containers/StringView.h> - -#include <vector> #include <algorithm> +#include <Corrade/Containers/StringView.h> namespace floormat { |