]> git.mxchange.org Git - flightgear.git/blobdiff - src/Model/panelnode.cxx
I have added Aaron Wilson's virtual 3d runway projection to the HUD.
[flightgear.git] / src / Model / panelnode.cxx
index 30f2e4a6c7cb9c68d72b05da105480353140af97..55973b0035ec670cc3220f4a8c5649522abb9173 100644 (file)
@@ -5,14 +5,15 @@
 #include <simgear/compiler.h>
 #include <vector>
 
-#include <GL/gl.h>
 #include <plib/sg.h>
 
-#include <Main/fg_props.hxx>
 #include <Cockpit/panel.hxx>
 #include <Cockpit/panel_io.hxx>
 #include "panelnode.hxx"
 
+SG_USING_STD(vector);
+
+
 // Static (!) handling for all 3D panels in the program.  Very
 // clumsy.  Replace with per-aircraft handling.
 vector<FGPanelNode*> all_3d_panels;