]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/tgdb/TileEntry.cxx
Merge branch 'maint' into next
[simgear.git] / simgear / scene / tgdb / TileEntry.cxx
index 79a1bf41a4fa8f363091b335d65692f08a826608..3442d39f55165b376476b07e8e9b7dde7fa45912 100644 (file)
@@ -45,7 +45,6 @@
 
 #include <simgear/bucket/newbucket.hxx>
 #include <simgear/debug/logstream.hxx>
-#include <simgear/math/polar3d.hxx>
 #include <simgear/math/sg_geodesy.hxx>
 #include <simgear/math/sg_random.h>
 #include <simgear/math/SGMath.hxx>
@@ -62,7 +61,7 @@
 #include "ReaderWriterSTG.hxx"
 #include "TileEntry.hxx"
 
-SG_USING_STD(string);
+using std::string;
 using namespace simgear;
 
 ModelLoadHelper *TileEntry::_modelLoader=0;