]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/hud_ladr.cxx
Working on ssg-ifying sky.
[flightgear.git] / src / Cockpit / hud_ladr.cxx
index 337d92d20b20f3b7167594f9ae103d087248bafd..e3143cee6fdd4fd814fc4f5b515adbb24653d664 100644 (file)
@@ -5,18 +5,22 @@
 #ifdef HAVE_WINDOWS_H
 #  include <windows.h>
 #endif
+
 #include <stdlib.h>
 #include <string.h>
+
+#include <simgear/constants.h>
+#include <simgear/math/fg_random.h>
+#include <simgear/math/polar3d.hxx>
+
 #include <Aircraft/aircraft.hxx>
-#include <Include/fg_constants.h>
-#include <Math/fg_random.h>
-#include <Math/mat3.h>
-#include <Math/polar3d.hxx>
 #include <Scenery/scenery.hxx>
 #include <Time/fg_timer.hxx>
 #include <GUI/gui.h>
 
 #include "hud.hxx"
+
+
 //====================== Top of HudLadder Class =======================
 HudLadder ::   HudLadder(  int       x,
                int       y,