]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/turn_indicator.hxx
ignore resets for now because every z/Z key press would trigger a call to NOAA. We...
[flightgear.git] / src / Instrumentation / turn_indicator.hxx
index e730f74765e8dcca120f63be2fc2fa6ce27a4613..5d5028cf1c49805752d817472b75e0b6c6f5def2 100644 (file)
@@ -11,8 +11,8 @@
 # error This library requires C++
 #endif
 
-#include <simgear/misc/props.hxx>
-#include <Main/fgfs.hxx>
+#include <simgear/props/props.hxx>
+#include <simgear/structure/subsystem_mgr.hxx>
 
 #include "gyro.hxx"
 
@@ -35,7 +35,7 @@
  *
  * /instrumentation/turn-indicator/indicated-turn-rate
  */
-class TurnIndicator : public FGSubsystem
+class TurnIndicator : public SGSubsystem
 {
 
 public: