]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sky/sky.hxx
FG_ to SG_ namespace changes.
[simgear.git] / simgear / sky / sky.hxx
index 5a5d4de89d94dda4b8f486a7e54227c1a0661ab2..edaf9c7c251562581a7a43bb6689f63c196bf9b1 100644 (file)
 
 #include <vector>
 
-#include "cloud.hxx"
-#include "dome.hxx"
-#include "moon.hxx"
-#include "oursun.hxx"
-#include "stars.hxx"
+#include <simgear/sky/cloud.hxx>
+#include <simgear/sky/dome.hxx>
+#include <simgear/sky/moon.hxx>
+#include <simgear/sky/oursun.hxx>
+#include <simgear/sky/stars.hxx>
 
-FG_USING_STD(vector);
+SG_USING_STD(vector);
 
 
 typedef vector < SGCloudLayer* > layer_list_type;