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. --- src/path-search.hpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/path-search.hpp') diff --git a/src/path-search.hpp b/src/path-search.hpp index 629cda71..464596a6 100644 --- a/src/path-search.hpp +++ b/src/path-search.hpp @@ -14,12 +14,6 @@ #include #include -namespace Corrade::Containers { -//template class Optional; -//template class Pair; -template class ArrayView; -} // namespace Corrade::Containers - namespace floormat { struct world; -- cgit v1.2.3