]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/hud.cxx
Port over remaining Point3D usage to the more type and unit safe SG* classes.
[flightgear.git] / src / Cockpit / hud.cxx
index 1cd14b960dcf801e6b5c50248a4342af4abc8728..e6903caabbdb287910d472112eaefee5586bfb58 100644 (file)
 #include <simgear/constants.h>
 #include <simgear/debug/logstream.hxx>
 #include <simgear/misc/sg_path.hxx>
+#include <simgear/props/props_io.hxx>
+
+#include <osg/GLU>
 
 #include <Aircraft/aircraft.hxx>
 //#include <Autopilot/xmlauto.hxx>
 #include <GUI/new_gui.hxx>           // FGFontCache
 #include <Main/globals.hxx>
 #include <Scenery/scenery.hxx>
+#include <Airports/runways.hxx>
 
 #include "hud.hxx"
 
-#include SG_GLU_H
-
 
 static HUD_Properties *HUDprop = 0;