]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/hud.cxx
Updates to vacuum system model from Alex Perry.
[flightgear.git] / src / Cockpit / hud.cxx
index d4f753855fae1238df5d9c1a1738445d5c652f31..0d773c8c945164775639ab5045c98e6011530dc8 100644 (file)
 #  include <values.h>  // for MAXINT
 #endif
 
+#include <simgear/constants.h>
+#include <simgear/debug/logstream.hxx>
+#include <simgear/math/fg_random.h>
+#include <simgear/math/polar3d.hxx>
+
 #include <Aircraft/aircraft.hxx>
-#include <Debug/logstream.hxx>
 #include <GUI/gui.h>
-#include <Include/fg_constants.h>
 #include <Main/options.hxx>
-#include <Math/fg_random.h>
-#include <Math/mat3.h>
-#include <Math/polar3d.hxx>
+#ifdef FG_NETWORK_OLK
 #include <NetworkOLK/network.h>
+#endif
 #include <Scenery/scenery.hxx>
 #include <Time/fg_timer.hxx>