summaryrefslogtreecommitdiffhomepage
path: root/editor
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-10-10 23:36:17 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-10-10 23:36:17 +0200
commit351932d93aab921bf30fa1d1add4eb6bb3272fb6 (patch)
treecd3344f5279505095de754aa957e64520534f1d6 /editor
parent21667ee291f4b8d1c8aff8a41cfbe46299424b44 (diff)
kill Corrade::Containers forward-declarations
They're already forward-declared in `<Corrade/Containers/Containers.h>` that's included from the prelude.
Diffstat (limited to 'editor')
-rw-r--r--editor/vobj-editor.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/editor/vobj-editor.hpp b/editor/vobj-editor.hpp
index d8477011..e26289d4 100644
--- a/editor/vobj-editor.hpp
+++ b/editor/vobj-editor.hpp
@@ -5,11 +5,6 @@
#include <map>
#include <Corrade/Containers/StringView.h>
-namespace Corrade::Containers {
-template<typename T> class BasicStringView;
-using StringView = BasicStringView<const char>;
-} // namespace Corrade::Containers
-
namespace floormat {
struct world;