]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/airspeed_indicator.hxx
Multiplayer client/server system -- MessageBuf class and test harness complete
[flightgear.git] / src / Instrumentation / airspeed_indicator.hxx
index e416e739577e1caef8cdeabf98a182a083de8073..0572a0eb120b5a97c2fec2a6c5cdcb72ccadb6e6 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>
 
 
 /**
@@ -29,7 +29,7 @@
  *
  * /instrumentation/airspeed-indicator/indicated-speed-kt
  */
-class AirspeedIndicator : public FGSubsystem
+class AirspeedIndicator : public SGSubsystem
 {
 
 public: