]> git.mxchange.org Git - flightgear.git/commitdiff
Build fix for Windows, without it, Windows
authorehofman <ehofman>
Wed, 28 May 2003 08:26:25 +0000 (08:26 +0000)
committerehofman <ehofman>
Wed, 28 May 2003 08:26:25 +0000 (08:26 +0000)
version doesn't compile because of the lack of a prerequisite include

src/Model/panelnode.cxx

index e3f9e49583940770700808397d21cc73ba142a67..55973b0035ec670cc3220f4a8c5649522abb9173 100644 (file)
@@ -5,7 +5,6 @@
 #include <simgear/compiler.h>
 #include <vector>
 
-#include <GL/gl.h>
 #include <plib/sg.h>
 
 #include <Cockpit/panel.hxx>