// $Id$
#include <simgear/debug/logstream.hxx>
-#include <simgear/sky/sky.hxx>
+#include <simgear/scene/sky/sky.hxx>
#include <Main/fg_props.hxx>
#include <Aircraft/aircraft.hxx>
#include <simgear/scene/model/model.hxx>
#include <simgear/scene/model/modellib.hxx>
#ifdef FG_USE_CLOUDS_3D
-# include <simgear/sky/clouds3d/SkySceneLoader.hpp>
-# include <simgear/sky/clouds3d/SkyUtil.hpp>
+# include <simgear/scene/sky/clouds3d/SkySceneLoader.hpp>
+# include <simgear/scene/sky/clouds3d/SkyUtil.hpp>
#endif
-#include <simgear/sky/sky.hxx>
+#include <simgear/scene/sky/sky.hxx>
#include <simgear/timing/sg_time.hxx>
#include <Include/general.hxx>
#include <ATC/ATCdisplay.hxx>
#include <ATC/AIMgr.hxx>
-
#include <Autopilot/newauto.hxx>
#include <Cockpit/hud.hxx>
#include <simgear/math/interpolater.hxx>
#include <simgear/math/polar3d.hxx>
#include <simgear/misc/sg_path.hxx>
+#include <simgear/scene/sky/sky.hxx>
#include <simgear/screen/colors.hxx>
-#include <simgear/sky/sky.hxx>
#include <Main/globals.hxx>
#include <Main/viewer.hxx>