Browse Source

Use forward declaration header instead.

pull/278/head
Vladimír Vondruš 13 years ago
parent
commit
4faa67a19a
  1. 10
      src/Magnum.h

10
src/Magnum.h

@ -28,7 +28,7 @@
* @brief Forward declarations for Magnum namespace * @brief Forward declarations for Magnum namespace
*/ */
#include <corradeConfigure.h> #include <Utility/Utility.h>
#include "Math/Math.h" #include "Math/Math.h"
#include "Types.h" #include "Types.h"
@ -38,14 +38,6 @@
typedef unsigned int GLenum; /* Needed for *Format and *Type enums */ typedef unsigned int GLenum; /* Needed for *Format and *Type enums */
#endif #endif
namespace Corrade {
namespace Utility {
class Debug;
class Warning;
class Error;
}
}
namespace Magnum { namespace Magnum {
/** @todoc Remove `ifndef` when Doxygen is sane again */ /** @todoc Remove `ifndef` when Doxygen is sane again */

Loading…
Cancel
Save