X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fscreen%2FGLBitmaps.cxx;h=30b6e12b1eabde076492c29e2b8c5f935233ba85;hb=bbd61977f14c30ce93a2bcf5a3551708d36a29c8;hp=0edadf4189b47f142ff4b6afb29f4f202a16511d;hpb=535f6a13b367d2a561cc5c221776906ab318cf99;p=simgear.git diff --git a/simgear/screen/GLBitmaps.cxx b/simgear/screen/GLBitmaps.cxx index 0edadf41..30b6e12b 100755 --- a/simgear/screen/GLBitmaps.cxx +++ b/simgear/screen/GLBitmaps.cxx @@ -1,9 +1,9 @@ #ifdef HAVE_CONFIG_H -# include +# include #endif -#ifdef HAVE_WINDOWS_H -# include +#ifdef WIN32 +# include #endif #include @@ -11,9 +11,6 @@ #include #include // memcpy() -#include -#include - #include "GLBitmaps.h" GlBitmap::GlBitmap( GLenum mode, GLint width, GLint height, GLubyte *bitmap )