]> git.mxchange.org Git - simgear.git/blobdiff - simgear/bucket/newbucket.cxx
Move simgear/sky/ -> simgear/scene/sky/ as part of the consolidation of
[simgear.git] / simgear / bucket / newbucket.cxx
index 0b6898e75601dc9c114d3755df068053385023b5..6ac60fbfae0feb09d65cdfea1c47e3e15dc5cb24 100644 (file)
 
 
 #ifdef HAVE_CONFIG_H
-#  include <config.h>
+#  include <simgear_config.h>
 #endif
 
-
 #include <math.h>
 
-#include <simgear/misc/fgpath.hxx>
+#include <simgear/misc/sg_path.hxx>
 
 #include "newbucket.hxx"
 
@@ -180,7 +179,7 @@ string SGBucket::gen_base_path() const {
            hem, top_lon, pole, top_lat, 
            hem, main_lon, pole, main_lat);
 
-    FGPath path( raw_path );
+    SGPath path( raw_path );
 
     return path.str();
 }