]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/gps.hxx
ignore resets for now because every z/Z key press would trigger a call to NOAA. We...
[flightgear.git] / src / Instrumentation / gps.hxx
index 61b098680d8819e038ca9768f8b3754dbad9ce77..72578c61cb909dd0a61ab8d0c9bcf5eee7a166e4 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>
 
 
 /**
@@ -36,7 +36,7 @@
  * /instrumentation/gps/indicated-track-magnetic-deg
  * /instrumentation/gps/indicated-ground-speed-kt
  */
-class GPS : public FGSubsystem
+class GPS : public SGSubsystem
 {
 
 public: