]> git.mxchange.org Git - simgear.git/commitdiff
Added initial support for native SGI compilers.
authorcurt <curt>
Fri, 26 Feb 1999 22:08:34 +0000 (22:08 +0000)
committerTim Moore <timoore@redhat.com>
Tue, 15 Sep 2009 16:31:32 +0000 (18:31 +0200)
Astro/moon.cxx

index 1c358dcf64a06f9b28770ea7393fc1af0c59d75e..9b0883ff2bbfd2eeb506d43ec58ac23dd4606e01 100644 (file)
  * (Log is kept at end of this file)
  **************************************************************************/
 
-#include <FDM/flight.hxx>
-
 #include <string.h>
-#include "moon.hxx"
+
 #include <Debug/logstream.hxx>
 #include <Objects/texload.h>
-
+#include <FDM/flight.hxx>
 
 #ifdef __BORLANDC__
 #  define exception c_exception
 #endif
 #include <math.h>
 
+#include "moon.hxx"
+
 static GLuint moon_texid;
 static GLubyte *moon_texbuf;