From: curt Date: Fri, 30 May 2003 15:16:57 +0000 (+0000) Subject: Move simgear/sky/ to simgear/scene/sky as part of the consolodation of X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=21b317ff2126257f256feffb7cc1733f083d97d6;p=flightgear.git Move simgear/sky/ to simgear/scene/sky as part of the consolodation of graphics code. --- diff --git a/src/Environment/environment_mgr.cxx b/src/Environment/environment_mgr.cxx index 26633176f..0a6cce5cb 100644 --- a/src/Environment/environment_mgr.cxx +++ b/src/Environment/environment_mgr.cxx @@ -21,7 +21,7 @@ // $Id$ #include -#include +#include #include
#include diff --git a/src/Main/main.cxx b/src/Main/main.cxx index 32a6ed112..17bdd49c8 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -83,10 +83,10 @@ SG_USING_STD(endl); #include #include #ifdef FG_USE_CLOUDS_3D -# include -# include +# include +# include #endif -#include +#include #include #include @@ -97,7 +97,6 @@ SG_USING_STD(endl); #include #include - #include #include diff --git a/src/Time/light.cxx b/src/Time/light.cxx index 190b80617..b63b64929 100644 --- a/src/Time/light.cxx +++ b/src/Time/light.cxx @@ -52,8 +52,8 @@ SG_USING_STD(string); #include #include #include +#include #include -#include #include
#include