]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/sg_binobj.cxx
remove CopyPolicy from ModelRegistry
[simgear.git] / simgear / io / sg_binobj.cxx
index 62e3fbe1c5219257edc863b9a07018e952895c33..3c3213082ae7e033945b3325426439597af9c6c9 100644 (file)
@@ -33,7 +33,7 @@
 #include <time.h>
 
 #include <vector>
-#include STL_STRING
+#include <string>
 #include <iostream>
 
 #include <simgear/bucket/newbucket.hxx>
@@ -43,9 +43,8 @@
 #include "sg_binobj.hxx"
 
 
-SG_USING_STD( string );
-SG_USING_STD( vector );
-
+using std::string;
+using std::vector;
 using std::cout;
 using std::endl;