X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FFDM%2Fflight.cxx;h=86324a8312e8a02c300996e0b59041b48349d6e3;hb=18ff3a6108bc29bd5fed76322c4ab63589095a2a;hp=df2da8b7add91dfb7ff064063b2d14be90922936;hpb=47c3f4182886fa790d074b76b3225f59f5918200;p=flightgear.git diff --git a/src/FDM/flight.cxx b/src/FDM/flight.cxx index df2da8b7a..86324a831 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