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. --- floormat/main.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'floormat') diff --git a/floormat/main.hpp b/floormat/main.hpp index 89d833d3..cf88510a 100644 --- a/floormat/main.hpp +++ b/floormat/main.hpp @@ -5,7 +5,6 @@ #include struct SDL_Window; -namespace Corrade::Containers { template class ArrayView; } namespace Magnum::Platform { class Sdl2Application; } namespace floormat { -- cgit v1.2.3