From 4faa67a19aa91ec93cda00e2728ec9fcde2d4c90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 23 Jun 2013 15:56:03 +0200 Subject: [PATCH] Use forward declaration header instead. --- src/Magnum.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/Magnum.h b/src/Magnum.h index f6a867746..e1e0e58e6 100644 --- a/src/Magnum.h +++ b/src/Magnum.h @@ -28,7 +28,7 @@ * @brief Forward declarations for Magnum namespace */ -#include +#include #include "Math/Math.h" #include "Types.h" @@ -38,14 +38,6 @@ typedef unsigned int GLenum; /* Needed for *Format and *Type enums */ #endif -namespace Corrade { - namespace Utility { - class Debug; - class Warning; - class Error; - } -} - namespace Magnum { /** @todoc Remove `ifndef` when Doxygen is sane again */