]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/hud_guag.cxx
Updates to vacuum system model from Alex Perry.
[flightgear.git] / src / Cockpit / hud_guag.cxx
index dc4c4362de0b2627d4a631ddc9c964f1b7f4ebf1..7bbf2f15526e3631546d7b0aa0b003156bfa1524 100644 (file)
@@ -5,19 +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 <GUI/gui.h>
-#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 "hud.hxx"
 
+
 #ifdef USE_HUD_TextList
 #define textString( x , y, text, font )  TextString( text, x , y )
 #else