]> git.mxchange.org Git - simgear.git/blobdiff - simgear/screen/GLBitmaps.cxx
fix a typo
[simgear.git] / simgear / screen / GLBitmaps.cxx
index 7caba76d46287819ae165a6f395f0448f1f9ab04..05f61553df646d24eddf1ccbc395379aeef2f487 100755 (executable)
@@ -15,8 +15,6 @@
 #include <limits.h>
 #include <string.h>            // memcpy()
 
-#include <GL/gl.h>
-
 #include "GLBitmaps.h"
 
 GlBitmap::GlBitmap( GLenum mode, GLint width, GLint height, GLubyte *bitmap )