From 3174c4f7e583d1c11c567e48b6bd00c7c1b7dbcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 28 Nov 2014 19:53:21 +0100 Subject: [PATCH] Platform: minor cleanup. --- src/Magnum/Platform/AbstractXApplication.h | 6 +----- src/Magnum/Platform/GlutApplication.h | 6 +----- src/Magnum/Platform/Sdl2Application.h | 6 +----- 3 files changed, 3 insertions(+), 15 deletions(-) diff --git a/src/Magnum/Platform/AbstractXApplication.h b/src/Magnum/Platform/AbstractXApplication.h index e174ad23c..b86e90796 100644 --- a/src/Magnum/Platform/AbstractXApplication.h +++ b/src/Magnum/Platform/AbstractXApplication.h @@ -43,11 +43,7 @@ #include "Magnum/Math/Vector2.h" #include "Magnum/Platform/Platform.h" -namespace Magnum { - -class Context; - -namespace Platform { +namespace Magnum { namespace Platform { namespace Implementation { template class AbstractContextHandler; diff --git a/src/Magnum/Platform/GlutApplication.h b/src/Magnum/Platform/GlutApplication.h index 4ac8f596b..94dc2e0a7 100644 --- a/src/Magnum/Platform/GlutApplication.h +++ b/src/Magnum/Platform/GlutApplication.h @@ -39,11 +39,7 @@ #include "Magnum/OpenGL.h" #include -namespace Magnum { - -class Context; - -namespace Platform { +namespace Magnum { namespace Platform { /** @nosubgrouping @brief GLUT application diff --git a/src/Magnum/Platform/Sdl2Application.h b/src/Magnum/Platform/Sdl2Application.h index 7d6f2597d..2c6c8cef0 100644 --- a/src/Magnum/Platform/Sdl2Application.h +++ b/src/Magnum/Platform/Sdl2Application.h @@ -42,11 +42,7 @@ #include #include -namespace Magnum { - -class Context; - -namespace Platform { +namespace Magnum { namespace Platform { /** @nosubgrouping @brief SDL2 application