X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=FDM%2Fflight.h;h=6e15911b4ff2c0e706c4da63b301a75af4217032;hb=bda27365e451e24df3fa764edf064750f1fb046c;hp=2ac8abbe5997db9f96d1cd6157836d170faea08c;hpb=bc064ad9692835ff5dc9324913cb3d7910ea7320;p=flightgear.git diff --git a/FDM/flight.h b/FDM/flight.h index 2ac8abbe5..6e15911b4 100644 --- a/FDM/flight.h +++ b/FDM/flight.h @@ -28,8 +28,8 @@ #define FLIGHT_H -#include "Slew/slew.h" -#include "LaRCsim/ls_interface.h" +#include +/* #include */ /* Define the various supported flight models (most not yet implemented) */ @@ -396,10 +396,14 @@ int fgFlightModelUpdate(int model, struct fgFLIGHT *f, int multiloop); /* $Log$ -/* Revision 1.10 1997/12/10 22:37:43 curt -/* Prepended "fg" on the name of all global structures that didn't have it yet. -/* i.e. "struct WEATHER {}" became "struct fgWEATHER {}" +/* Revision 1.11 1998/01/19 19:27:03 curt +/* Merged in make system changes from Bob Kuehne +/* This should simplify things tremendously. /* + * Revision 1.10 1997/12/10 22:37:43 curt + * Prepended "fg" on the name of all global structures that didn't have it yet. + * i.e. "struct WEATHER {}" became "struct fgWEATHER {}" + * * Revision 1.9 1997/09/04 02:17:33 curt * Shufflin' stuff. *