X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=FDM%2Fflight.c;h=71eb5caefe0c875fd323a2e8db6b3304a9be349c;hb=bda27365e451e24df3fa764edf064750f1fb046c;hp=f212c51a668a5034935eb41ff65cc91ebf1456a0;hpb=bc064ad9692835ff5dc9324913cb3d7910ea7320;p=flightgear.git diff --git a/FDM/flight.c b/FDM/flight.c index f212c51a6..71eb5caef 100644 --- a/FDM/flight.c +++ b/FDM/flight.c @@ -24,8 +24,8 @@ **************************************************************************/ #include -#include "flight.h" -#include "LaRCsim/ls_interface.h" +#include +#include /* Initialize the flight model parameters */ @@ -68,10 +68,14 @@ int fgFlightModelUpdate(int model, struct fgFLIGHT *f, int multiloop) { /* $Log$ -/* Revision 1.7 1998/01/19 18:40:23 curt -/* Tons of little changes to clean up the code and to remove fatal errors -/* when building with the c++ compiler. +/* Revision 1.8 1998/01/19 19:27:03 curt +/* Merged in make system changes from Bob Kuehne +/* This should simplify things tremendously. /* + * Revision 1.7 1998/01/19 18:40:23 curt + * Tons of little changes to clean up the code and to remove fatal errors + * when building with the c++ compiler. + * * Revision 1.6 1998/01/19 18:35:43 curt * Minor tweaks and fixes for cygwin32. *