]> git.mxchange.org Git - simgear.git/blobdiff - simgear/screen/GLBitmaps.cxx
restore some part of the code to prevent an untwanted segmentationf fault.
[simgear.git] / simgear / screen / GLBitmaps.cxx
index a490a4d0bdc3ff4262bee9b079c1093e98406d5b..05f61553df646d24eddf1ccbc395379aeef2f487 100755 (executable)
 #include <limits.h>
 #include <string.h>            // memcpy()
 
-#include <simgear/compiler.h>
-
-#include SG_GL_H
-
 #include "GLBitmaps.h"
 
 GlBitmap::GlBitmap( GLenum mode, GLint width, GLint height, GLubyte *bitmap )