]> git.mxchange.org Git - simgear.git/commitdiff
using std:: fix
authorJames Turner <zakalawe@mac.com>
Sun, 13 Nov 2011 20:33:25 +0000 (20:33 +0000)
committerJames Turner <zakalawe@mac.com>
Sun, 13 Nov 2011 20:33:25 +0000 (20:33 +0000)
simgear/scene/sky/sky.hxx

index 33673ca647ac57f6ee2694ca443cc72a8f8f58b7..c4924100f06ee3242cd08cd3706b49009b3b42e6 100644 (file)
 #include <simgear/scene/sky/oursun.hxx>
 #include <simgear/scene/sky/stars.hxx>
 
-using std::vector;
-
-
 typedef struct {
-        SGVec3d pos;
-        SGGeod pos_geod;
-        SGQuatd ori;
-        double spin;
+    SGVec3d pos;
+    SGGeod pos_geod;
+    SGQuatd ori;
+    double spin;
        double gst;
        double sun_dist;
        double moon_dist;
@@ -69,8 +66,8 @@ typedef struct {
 
 typedef struct {
        SGVec3f sky_color;
-        SGVec3f adj_sky_color;
-        SGVec3f fog_color;
+    SGVec3f adj_sky_color;
+    SGVec3f fog_color;
        SGVec3f cloud_color;
        double sun_angle, moon_angle;
 } SGSkyColor;