]> git.mxchange.org Git - simgear.git/blobdiff - simgear/props/props_test.cxx
Merge branch 'maint' into next
[simgear.git] / simgear / props / props_test.cxx
index c525e0b879fc3e2b20b458f2c7603bb9e91559c7..7e67e352ed19011a9b9a73b6950932a425d79f1a 100644 (file)
@@ -5,13 +5,13 @@
 
 #include <simgear/compiler.h>
 
-#include STL_IOSTREAM
+#include <iostream>
 #include "props.hxx"
 #include "props_io.hxx"
 
-SG_USING_STD(cout);
-SG_USING_STD(cerr);
-SG_USING_STD(endl);
+using std::cout;
+using std::cerr;
+using std::endl;
 
 
 \f