From 510b9ef07a6e20f5b41c6a89e97ccf5584f3ece8 Mon Sep 17 00:00:00 2001 From: curt Date: Fri, 26 Feb 1999 22:08:34 +0000 Subject: [PATCH] Added initial support for native SGI compilers. --- Astro/moon.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; -- 2.39.5