]> git.mxchange.org Git - flightgear.git/commitdiff
We don't need to explicitely #include <glext.h> since gl.h should do this
authorcurt <curt>
Wed, 30 May 2001 20:58:02 +0000 (20:58 +0000)
committercurt <curt>
Wed, 30 May 2001 20:58:02 +0000 (20:58 +0000)
for us already if it exists.

src/Main/main.cxx

index f11a01b602e46fddc840bd8739d510c30eef04aa..05d1ff5453d26f3b6c99449328d9c0fd937b75b9 100644 (file)
@@ -53,9 +53,9 @@
 #  include <unistd.h>          // for stat()
 #endif
 
-#ifdef HAVE_LIBX11
-#  include <GL/glext.h>
-#endif
+// #ifdef HAVE_LIBX11
+// #  include <GL/glext.h>
+// #endif
 
 #include <plib/pu.h>
 #include <plib/ssg.h>