X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FFDM%2Fflight.cxx;h=2694fa7f44f3b31ee44f9ac69ac990db788710b7;hb=0cabedaa4f8ce11bdab4d182937110d111d2590c;hp=a0a0baedd7b224a3b70d67ea3d8a55bce103fb2f;hpb=1294aed4650ec2aacef27a7fdeb2f4e012516ca0;p=flightgear.git diff --git a/src/FDM/flight.cxx b/src/FDM/flight.cxx index a0a0baedd..2694fa7f4 100644 --- a/src/FDM/flight.cxx +++ b/src/FDM/flight.cxx @@ -1,4 +1,4 @@ -// 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. // @@ -23,19 +23,19 @@ #include +#include + #include #include -#include +#include +#include +#include #include -#include
-#include