From: curt Date: Fri, 26 Feb 1999 22:08:34 +0000 (+0000) Subject: Added initial support for native SGI compilers. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=510b9ef07a6e20f5b41c6a89e97ccf5584f3ece8;p=simgear.git Added initial support for native SGI compilers. --- diff --git a/Astro/moon.cxx b/Astro/moon.cxx index 1c358dcf..9b0883ff 100644 --- a/Astro/moon.cxx +++ b/Astro/moon.cxx @@ -23,19 +23,19 @@ * (Log is kept at end of this file) **************************************************************************/ -#include - #include -#include "moon.hxx" + #include #include - +#include #ifdef __BORLANDC__ # define exception c_exception #endif #include +#include "moon.hxx" + static GLuint moon_texid; static GLubyte *moon_texbuf;