X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fscene%2Ftgdb%2FTileEntry.cxx;h=3442d39f55165b376476b07e8e9b7dde7fa45912;hb=7e7ce2f38e87d6244e05730fa4382da088bb25f1;hp=79a1bf41a4fa8f363091b335d65692f08a826608;hpb=733e6fa14ff507a1022ecab8d55cc9bf587bee40;p=simgear.git diff --git a/simgear/scene/tgdb/TileEntry.cxx b/simgear/scene/tgdb/TileEntry.cxx index 79a1bf41..3442d39f 100644 --- a/simgear/scene/tgdb/TileEntry.cxx +++ b/simgear/scene/tgdb/TileEntry.cxx @@ -45,7 +45,6 @@ #include #include -#include #include #include #include @@ -62,7 +61,7 @@ #include "ReaderWriterSTG.hxx" #include "TileEntry.hxx" -SG_USING_STD(string); +using std::string; using namespace simgear; ModelLoadHelper *TileEntry::_modelLoader=0;