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