From 351932d93aab921bf30fa1d1add4eb6bb3272fb6 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 10 Oct 2023 23:36:17 +0200 Subject: kill Corrade::Containers forward-declarations They're already forward-declared in `` that's included from the prelude. --- editor/vobj-editor.hpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'editor') 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 #include -namespace Corrade::Containers { -template class BasicStringView; -using StringView = BasicStringView; -} // namespace Corrade::Containers - namespace floormat { struct world; -- cgit v1.2.3