X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAutopilot%2Fcomponent.hxx;h=3f8d60352f287acd9eb49b14be5f02eac5652471;hb=ff408dc540b0944061b0b88bdad93b5de17dbab9;hp=795f104a08f9e211144e1cd2e043673c6f2b0e6a;hpb=d558b52cb6df91952963e95e6e6e987133b507bb;p=flightgear.git diff --git a/src/Autopilot/component.hxx b/src/Autopilot/component.hxx index 795f104a0..3f8d60352 100644 --- a/src/Autopilot/component.hxx +++ b/src/Autopilot/component.hxx @@ -27,7 +27,6 @@ # include #endif -#include #include #include @@ -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.