Browse Source

Platform: reduce amount of included files, cleanup.

pull/122/merge
Vladimír Vondruš 11 years ago
parent
commit
f684882d63
  1. 2
      src/Magnum/Platform/WindowlessCglApplication.cpp
  2. 2
      src/Magnum/Platform/WindowlessGlxApplication.h
  3. 2
      src/Magnum/Platform/WindowlessWglApplication.h
  4. 2
      src/Magnum/Platform/WindowlessWindowsEglApplication.h

2
src/Magnum/Platform/WindowlessCglApplication.cpp

@ -30,8 +30,8 @@
#include <Corrade/Utility/Assert.h>
#include <Corrade/Utility/Debug.h>
#include "Magnum/Platform/Context.h"
#include "Magnum/Version.h"
#include "Magnum/Platform/Context.h"
namespace Magnum { namespace Platform {

2
src/Magnum/Platform/WindowlessGlxApplication.h

@ -42,7 +42,7 @@
#undef Status
#include "Magnum/Magnum.h"
#include "Magnum/Platform/Context.h"
#include "Magnum/Platform/Platform.h"
namespace Magnum { namespace Platform {

2
src/Magnum/Platform/WindowlessWglApplication.h

@ -38,7 +38,7 @@
#include "Magnum/Magnum.h"
#include "Magnum/OpenGL.h"
#include "Magnum/Platform/Context.h"
#include "Magnum/Platform/Platform.h"
namespace Magnum { namespace Platform {

2
src/Magnum/Platform/WindowlessWindowsEglApplication.h

@ -39,7 +39,7 @@
#include "Magnum/Magnum.h"
#include "Magnum/OpenGL.h"
#include "Magnum/Platform/Context.h"
#include "Magnum/Platform/Platform.h"
namespace Magnum { namespace Platform {

Loading…
Cancel
Save