]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/clock.hxx
ignore resets for now because every z/Z key press would trigger a call to NOAA. We...
[flightgear.git] / src / Instrumentation / clock.hxx
index 25fcd659fc379940f5b3eee152d11876c1c971b6..0e35f0441dca13211fdc359fef955aa4d1b92ef4 100644 (file)
@@ -14,8 +14,7 @@
 #endif
 
 #include <simgear/props/props.hxx>
-
-#include <Main/fgfs.hxx>
+#include <simgear/structure/subsystem_mgr.hxx>
 
 
 /**
@@ -31,7 +30,7 @@
  * /instrumentation/clock/indicated-sec
  * /instrumentation/clock/indicated-string
  */
-class Clock : public FGSubsystem
+class Clock : public SGSubsystem
 {
 
 public: