]> git.mxchange.org Git - flightgear.git/blobdiff - src/Autopilot/component.hxx
Merge branch 'attenuation' into navaids-radio
[flightgear.git] / src / Autopilot / component.hxx
index 795f104a08f9e211144e1cd2e043673c6f2b0e6a..cf8634a4a4412316ecf8cda858a0206359eef63c 100644 (file)
@@ -27,9 +27,8 @@
 #  include <config.h>
 #endif
 
-#include <simgear/props/props.hxx>
 #include <simgear/structure/subsystem_mgr.hxx>
-#include <simgear/props/condition.hxx>
+#include <simgear/props/propsfwd.hxx>
 
 namespace FGXMLAutopilot {
 
@@ -58,7 +57,7 @@ protected:
 
    /** 
     * @brief pure virtual function to be implemented by the derived classes. Gets called from
-    * the update method if it's not disabled with the firstTime parameter set to true it this
+    * the update method if it's not disabled with the firstTime parameter set to true if this
     * is the first call after being enabled 
     * @param firstTime set to true if this is the first update call since this component has
              been enabled. Set to false for every subsequent call.