]> git.mxchange.org Git - flightgear.git/blobdiff - src/NetworkOLK/net_hud.cxx
Added write-all parameter to save command. If set to true, the
[flightgear.git] / src / NetworkOLK / net_hud.cxx
index 89aabafd8bccc3f404639434e43778f6d06b5da4..f4f5ac7078a1356ca58d966eeec311a7ece01cab 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Written by Oliver Delise, started May 1999.
 //
-// Copyleft (C) 1999  Oliver Delise - delise@rp-plus.de
+// Copyleft (C) 1999  Oliver Delise - delise@mail.isis.de
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
 #  include <values.h>  // for MAXINT
 #endif
 
+#include <simgear/logstream.hxx>
+#include <simgear/constants.h>
+#include <simgear/fg_random.h>
+#include <simgear/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>
 #include <Scenery/scenery.hxx>
 #include <Time/fg_timer.hxx>
 
@@ -63,7 +62,6 @@ extern "C" {
 
 */
 
-#include <Main/options.hxx>
 #include <Cockpit/hud.hxx>
 #include <NetworkOLK/network.h>