]> git.mxchange.org Git - flightgear.git/blobdiff - src/Systems/pitot.hxx
Move FGEventMgr and FGSubsystemMgr over to SimGear, add SGEventMgr to FlightGear...
[flightgear.git] / src / Systems / pitot.hxx
index 0024f28827eb97a17972a93b864e7ff21cbb8c5e..80be710f09f3ca4be89623f3dae99e334bee01d6 100644 (file)
@@ -12,8 +12,7 @@
 #endif
 
 #include <simgear/props/props.hxx>
-
-#include <Main/fgfs.hxx>
+#include <simgear/structure/subsystem_mgr.hxx>
 
 
 /**
@@ -33,7 +32,7 @@
  *
  * /systems/pitot[0]/total-pressure-inhg
  */
-class PitotSystem : public FGSubsystem
+class PitotSystem : public SGSubsystem
 {
 
 public: