]> git.mxchange.org Git - simgear.git/commitdiff
Don't refference GLUT but GLU instead.
authorehofman <ehofman>
Sun, 24 Apr 2005 13:55:20 +0000 (13:55 +0000)
committerehofman <ehofman>
Sun, 24 Apr 2005 13:55:20 +0000 (13:55 +0000)
simgear/scene/sky/bbcache.cxx
simgear/scene/sky/cloudfield.cxx
simgear/scene/sky/newcloud.cxx

index ad253cda7eb40d1c66b2a3987f412f0dae769500..a05ce7c8477d881ac760688d192cf3cd0cf444ef 100644 (file)
@@ -30,7 +30,7 @@
 #include <plib/ssg.h>
 #include <simgear/screen/extensions.hxx>
 #include <simgear/screen/RenderTexture.h>
-#include SG_GLUT_H
+#include SG_GLU_H
 
 #include "bbcache.hxx"
 
index a847c57a1bdc972233a593b3dd20dc15806f2b75..83f941d61027d15b58b03939a89a0e026f883965 100644 (file)
@@ -31,7 +31,6 @@
 #include <simgear/math/sg_geodesy.hxx>
 
 #include STL_ALGORITHM
-#include SG_GLUT_H
 #include <vector>
 
 SG_USING_STD(vector);
index f49b7df593cf4c808c7003a6afb3f98133cc4f11..e0bcfce76ef82389b3120d1abec103d2bef22056 100644 (file)
@@ -31,7 +31,7 @@
 #include <simgear/misc/sg_path.hxx>
 
 #include STL_ALGORITHM
-#include SG_GLUT_H
+#include SG_GLU_H
 
 #include "newcloud.hxx"