]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/save.hxx
Fixes to ILS approaches ... now takes into consideration actual GS and DME
[flightgear.git] / src / Main / save.hxx
index 38624b077a68e632b9b7306898237ee71c6ecd7c..72f7e9e8e2fe5e220215e798e4e230727271b921 100644 (file)
@@ -31,7 +31,7 @@
 #  include <config.h>
 #endif
 
-#include <Include/fg_types.hxx>
+#include <simgear/math/fg_types.hxx>
 #include <iostream>
 
 FG_USING_NAMESPACE(std);
@@ -39,6 +39,4 @@ FG_USING_NAMESPACE(std);
 extern bool fgSaveFlight (ostream &output);
 extern bool fgLoadFlight (istream &input);
 
-#endif __SAVE_HXX
-
-// end of save.hxx
+#endif // __SAVE_HXX