]> git.mxchange.org Git - flightgear.git/blobdiff - src/Systems/vacuum.hxx
ignore resets for now because every z/Z key press would trigger a call to NOAA. We...
[flightgear.git] / src / Systems / vacuum.hxx
index 3087c46339236301ce3265264468605188847711..a18036c77b2ffaa76b30c60a70795d6ec22c1fa8 100644 (file)
@@ -12,8 +12,7 @@
 #endif
 
 #include <simgear/props/props.hxx>
-
-#include <Main/fgfs.hxx>
+#include <simgear/structure/subsystem_mgr.hxx>
 
 
 /**
@@ -31,7 +30,7 @@
  *
  * /systems/vacuum[n]/suction-inhg
  */
-class VacuumSystem : public FGSubsystem
+class VacuumSystem : public SGSubsystem
 {
 
 public: