X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNetwork%2Fnative_fdm.hxx;h=4a21864c7c8a355ef11edf5ec86af51f1b4d9e17;hb=da02c09ec08cc357926ce6f06b3c6fc5925986d8;hp=18b4cf40bce1bcffc890f1bd3194a677f0ea4490;hpb=d05121ef4689d2b50b3fe1848cbb0d1f5a1db877;p=flightgear.git diff --git a/src/Network/native_fdm.hxx b/src/Network/native_fdm.hxx index 18b4cf40b..4a21864c7 100644 --- a/src/Network/native_fdm.hxx +++ b/src/Network/native_fdm.hxx @@ -16,7 +16,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // $Id$ @@ -29,17 +29,15 @@ #include -#include - #include "protocol.hxx" #include "net_fdm.hxx" -class FGNativeFDM : public FGProtocol, public FGInterface { +class FGNativeFDM : public FGProtocol { FGNetFDM buf; int length; - + public: FGNativeFDM();