Browse Source

GCC 4.5 compatibility: don't include deprecated headers.

Vladimír Vondruš 13 years ago
parent
commit
e111854f53
  1. 2
      src/AbstractFramebuffer.h
  2. 2
      src/AbstractImage.h
  3. 2
      src/AbstractTexture.h

2
src/AbstractFramebuffer.h

@ -36,7 +36,7 @@
#ifdef CORRADE_GCC45_COMPATIBILITY
#include "Buffer.h"
#include "ImageFormat.h"
#include "ColorFormat.h"
#endif
namespace Magnum {

2
src/AbstractImage.h

@ -34,7 +34,7 @@
#include "magnumVisibility.h"
#ifdef CORRADE_GCC45_COMPATIBILITY
#include "ImageFormat.h"
#include "ColorFormat.h"
#endif
namespace Magnum {

2
src/AbstractTexture.h

@ -34,7 +34,7 @@
#ifdef CORRADE_GCC45_COMPATIBILITY
#include "Buffer.h"
#include "ImageFormat.h"
#include "ColorFormat.h"
#include "TextureFormat.h"
#endif

Loading…
Cancel
Save