]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/save.cxx
Code reorganization.
[flightgear.git] / src / Main / save.cxx
index 69f3b01cedfd4d538699198fa921a56e449d7222..50c80a7c4c333d12fd376a659daec54fafa025e8 100644 (file)
@@ -38,8 +38,9 @@ TODO:
 
 #include <iostream>
 
-#include <Include/fg_types.hxx>
-#include <Include/fg_constants.h>
+#include <simgear/fg_types.hxx>
+#include <simgear/constants.h>
+
 #include <Aircraft/aircraft.hxx>
 #include <Controls/controls.hxx>
 #include <Autopilot/autopilot.hxx>
@@ -50,7 +51,6 @@ TODO:
 #  include <Weather/weather.hxx>
 #endif
 
-
 #include "options.hxx"
 #include "save.hxx"
 #include "fg_init.hxx"