]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sky/sky.hxx
Tweaks to follow flightgear STL standard coding procedure.
[simgear.git] / simgear / sky / sky.hxx
index 5a5d4de89d94dda4b8f486a7e54227c1a0661ab2..4a5b9393aa159bb6e936bd9479660f51b19a0e49 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);