X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Slew%2Fslew.c;h=3a4e28eea79e077590a9be599c7585f1a1dd36e7;hb=bda27365e451e24df3fa764edf064750f1fb046c;hp=01e1317fb736822442ed5583a856073523cd2881;hpb=bc064ad9692835ff5dc9324913cb3d7910ea7320;p=flightgear.git diff --git a/Slew/slew.c b/Slew/slew.c index 01e1317fb..3a4e28eea 100644 --- a/Slew/slew.c +++ b/Slew/slew.c @@ -26,11 +26,11 @@ #include -#include "slew.h" -#include "../flight.h" -#include "../../Aircraft/aircraft.h" -#include "../../Controls/controls.h" -#include "../../Include/constants.h" +#include +#include +#include +#include +#include #ifndef M_PI @@ -93,10 +93,14 @@ void fgSlewUpdate( void ) { /* $Log$ -/* Revision 1.8 1998/01/19 18:40:30 curt -/* Tons of little changes to clean up the code and to remove fatal errors -/* when building with the c++ compiler. +/* Revision 1.9 1998/01/19 19:27:06 curt +/* Merged in make system changes from Bob Kuehne +/* This should simplify things tremendously. /* + * Revision 1.8 1998/01/19 18:40:30 curt + * Tons of little changes to clean up the code and to remove fatal errors + * when building with the c++ compiler. + * * Revision 1.7 1997/12/15 23:54:42 curt * Add xgl wrappers for debugging. * Generate terrain normals on the fly.