]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/decode_binobj.cxx
remove CopyPolicy from ModelRegistry
[simgear.git] / simgear / io / decode_binobj.cxx
index 2865db5700d5bad2d1ac269e9da85267f37cd92a..302648bda8f67c5668483d5368d1918a5bcf710d 100644 (file)
@@ -5,12 +5,12 @@
 #include <simgear/compiler.h>
 
 #include <unistd.h>
-#include STL_IOSTREAM
+#include <iostream>
 
 #include "sg_binobj.hxx"
 
-SG_USING_STD(cout);
-SG_USING_STD(endl);
+using std::cout;
+using std::endl;
 
 
 int main( int argc, char **argv ) {