X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FFDM%2Fflight.cxx;h=ed670fa8b81e4a80b7c620367c9be06e2456466e;hb=f0e6716953604730579a5e45f785fd063737dce4;hp=6bb94eec497e1da231609de1d0e3d4a798911151;hpb=32bab8aa1063b836ee955ffc0b308a46427f5289;p=flightgear.git diff --git a/src/FDM/flight.cxx b/src/FDM/flight.cxx index 6bb94eec4..ed670fa8b 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,17 +23,23 @@ #include -#include -#include +#include + +#include +#include +#include +#include + +#include #include -#include -#include
-#include -#include