]> git.mxchange.org Git - simgear.git/commitdiff
MSVC fix.
authorehofman <ehofman>
Sat, 20 Nov 2004 12:35:28 +0000 (12:35 +0000)
committerehofman <ehofman>
Sat, 20 Nov 2004 12:35:28 +0000 (12:35 +0000)
simgear/scene/sky/clouds3d/glut_shapes.c

index a917cc679d448ab8272715d7d46b87d82544ac42..4867e56c344bfd07de45cc4503e0a1a7bf402478 100644 (file)
@@ -52,10 +52,10 @@ OpenGL(TM) is a trademark of Silicon Graphics, Inc.
 
 #include <simgear/compiler.h>
 
-#include SG_GLU_H
-
 #include "glut_shapes.h"
 
+#include SG_GLU_H
+
 
 /* Some <math.h> files do not define M_PI... */
 #ifndef M_PI