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;