X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FFDM%2Fflight.cxx;h=43b5aa03b62d6b21084263e2717e0c9c82e92403;hb=1e3f0f0050cd4860b8bf2b6ecb59ba040f8b934f;hp=9b1c089060c602a44f1bbd1a52a0f72957132ee0;hpb=485230b443de22c97d5c4ddfda98598fb52ce98a;p=flightgear.git diff --git a/src/FDM/flight.cxx b/src/FDM/flight.cxx index 9b1c08906..43b5aa03b 100644 --- a/src/FDM/flight.cxx +++ b/src/FDM/flight.cxx @@ -1,8 +1,8 @@ -// flight.c -- a general interface to the various flight models +// flight.cxx -- a general interface to the various flight models // // Written by Curtis Olson, started May 1997. // -// Copyright (C) 1997 Curtis L. Olson - curt@infoplane.com +// Copyright (C) 1997 Curtis L. Olson - http://www.flightgear.org/~curt // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License as @@ -23,19 +23,20 @@ #include -#include +#include + #include -#include +#include +#include +#include +#include -#include -#include
-#include