]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/dme.hxx
Don't scale elevator by 0.5.
[flightgear.git] / src / Cockpit / dme.hxx
index e16acfe7ed8d591853cb7bd5d9cac0fe9677e62c..5b1483fc505775c77ab8c4300f8143824adffb83 100644 (file)
 #define _FG_DME_HXX
 
 
-#include <Main/fgfs.hxx>
 #include <Main/fg_props.hxx>
 
 #include <simgear/compiler.h>
-
+#include <simgear/structure/subsystem_mgr.hxx>
 // #include <simgear/math/interpolater.hxx>
 #include <simgear/timing/timestamp.hxx>
 
@@ -42,7 +41,7 @@
 // #include "kt_70.hxx"            // Transponder
 // #include "navcom.hxx"
 
-class FGDME : public FGSubsystem
+class FGDME : public SGSubsystem
 {
     SGPropertyNode *lon_node;
     SGPropertyNode *lat_node;