X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Weather%2Fweather.c;h=0eed946e198947a17ee57381aabd5dc7b944daf7;hb=bda27365e451e24df3fa764edf064750f1fb046c;hp=032ca569732d319df40ae0f95f2c9041f613d39d;hpb=bc064ad9692835ff5dc9324913cb3d7910ea7320;p=flightgear.git diff --git a/Weather/weather.c b/Weather/weather.c index 032ca5697..0eed946e1 100644 --- a/Weather/weather.c +++ b/Weather/weather.c @@ -24,9 +24,9 @@ **************************************************************************/ -#include "weather.h" -#include "../Aircraft/aircraft.h" -#include "../Math/fg_random.h" +#include +#include +#include /* This is a record containing current weather info */ @@ -64,10 +64,14 @@ void fgWeatherUpdate( void ) { /* $Log$ -/* Revision 1.11 1998/01/19 18:40:41 curt -/* Tons of little changes to clean up the code and to remove fatal errors -/* when building with the c++ compiler. +/* Revision 1.12 1998/01/19 19:27:22 curt +/* Merged in make system changes from Bob Kuehne +/* This should simplify things tremendously. /* + * Revision 1.11 1998/01/19 18:40:41 curt + * Tons of little changes to clean up the code and to remove fatal errors + * when building with the c++ compiler. + * * Revision 1.10 1997/12/30 22:22:46 curt * Further integration of event manager. *