From 610aa1997e393073633c667c3cc058c129d4c0b7 Mon Sep 17 00:00:00 2001 From: ehofman <ehofman> Date: Wed, 28 May 2003 08:26:25 +0000 Subject: [PATCH] Build fix for Windows, without it, Windows version doesn't compile because of the lack of a prerequisite include --- src/Model/panelnode.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Model/panelnode.cxx b/src/Model/panelnode.cxx index e3f9e4958..55973b003 100644 --- a/src/Model/panelnode.cxx +++ b/src/Model/panelnode.cxx @@ -5,7 +5,6 @@ #include <simgear/compiler.h> #include <vector> -#include <GL/gl.h> #include <plib/sg.h> #include <Cockpit/panel.hxx>