X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Controls%2Fcontrols.c;h=d5128ca41280a7b8e5c4a024895bc7adc6db7bbe;hb=bda27365e451e24df3fa764edf064750f1fb046c;hp=aced6d24a5a61c0969356faca6cfeca2ca69fdfe;hpb=bc064ad9692835ff5dc9324913cb3d7910ea7320;p=flightgear.git diff --git a/Controls/controls.c b/Controls/controls.c index aced6d24a..d5128ca41 100644 --- a/Controls/controls.c +++ b/Controls/controls.c @@ -24,8 +24,8 @@ **************************************************************************/ -#include "controls.h" -#include "../Aircraft/aircraft.h" +#include +#include void fgControlsInit( void ) { @@ -167,10 +167,14 @@ void fgThrottleSet(int engine, double pos) { /* $Log$ -/* Revision 1.5 1998/01/19 18:40:22 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 19:27:02 curt +/* Merged in make system changes from Bob Kuehne +/* This should simplify things tremendously. /* + * Revision 1.5 1998/01/19 18:40:22 curt + * Tons of little changes to clean up the code and to remove fatal errors + * when building with the c++ compiler. + * * Revision 1.4 1997/12/10 22:37:41 curt * Prepended "fg" on the name of all global structures that didn't have it yet. * i.e. "struct WEATHER {}" became "struct fgWEATHER {}"