X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Astro%2Fsky.c;h=1382cc286be3d04dec682b5b701352cac822331f;hb=54d5c7a071fe5cc16fdee5bec803b5704ac2e4f2;hp=a3c14035c5d6aa00c3dd3c75a344ce09e94b9a39;hpb=6c98beae60de29cee3f9022c5634eab0048822cb;p=flightgear.git diff --git a/Astro/sky.c b/Astro/sky.c index a3c14035c..1382cc286 100644 --- a/Astro/sky.c +++ b/Astro/sky.c @@ -24,16 +24,13 @@ **************************************************************************/ -#ifdef WIN32 +#include + +#ifdef HAVE_WINDOWS_H # include #endif #include -/* -#include -#include -#include -*/ #include #include @@ -354,9 +351,12 @@ void fgSkyRender( void ) { /* $Log$ -/* Revision 1.8 1998/03/09 22:47:25 curt -/* Incorporated Durk's updates. +/* Revision 1.9 1998/04/03 21:52:50 curt +/* Converting to Gnu autoconf system. /* + * Revision 1.8 1998/03/09 22:47:25 curt + * Incorporated Durk's updates. + * * Revision 1.7 1998/02/19 13:05:49 curt * Incorporated some HUD tweaks from Michelle America. * Tweaked the sky's sunset/rise colors.