]> git.mxchange.org Git - flightgear.git/blobdiff - src/Model/acmodel.hxx
Fix the nmea and garmin output to a) fake a GSA sentence, b) fix a y2k bug
[flightgear.git] / src / Model / acmodel.hxx
index 0e6fe2235c54df27607fe985d9f0b240f548d7e6..cf337bd5e20e100ce2a5c0aa99636aa996317f0b 100644 (file)
@@ -15,7 +15,7 @@
 SG_USING_STD(string);
 SG_USING_STD(vector);
 
-#include <Main/fgfs.hxx>       // for FGSubsystem
+#include <simgear/structure/subsystem_mgr.hxx> // for SGSubsystem
 
 
 // Don't pull in the headers, since we don't need them here.
@@ -24,7 +24,7 @@ class ssgSelector;
 class SGModelPlacement;
 
 
-class FGAircraftModel : public FGSubsystem
+class FGAircraftModel : public SGSubsystem
 {
 public: