diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-10 23:36:17 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-10 23:36:17 +0200 |
commit | 351932d93aab921bf30fa1d1add4eb6bb3272fb6 (patch) | |
tree | cd3344f5279505095de754aa957e64520534f1d6 /floormat | |
parent | 21667ee291f4b8d1c8aff8a41cfbe46299424b44 (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 'floormat')
-rw-r--r-- | floormat/main.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
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 <Magnum/Math/Vector2.h> struct SDL_Window; -namespace Corrade::Containers { template<typename T> class ArrayView; } namespace Magnum::Platform { class Sdl2Application; } namespace floormat { |