]> git.mxchange.org Git - simgear.git/blobdiff - simgear/math/interpolater.hxx
Allow geocentric distance computations to return radians.
[simgear.git] / simgear / math / interpolater.hxx
index 06ed3832639f29bfe0c0fb886a046255d26e0150..393e39ffb267ba58c3bfe0505d1a8f1fda2903db 100644 (file)
 
 #include <simgear/compiler.h>
 
-#include "simgear/structure/SGReferenced.hxx"
+#include <simgear/structure/SGReferenced.hxx>
 
 #include <map>
 
 #include <string>
-SG_USING_STD(string);
+using std::string;
 
 class SGPropertyNode;