]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/tabbed_values_test.cxx
temporarily remove listener (viewer) and source offsets. they mess things up
[simgear.git] / simgear / misc / tabbed_values_test.cxx
index 0a5dfee0f2060c92e509bd5afe8fa52c50eb7c57..64f3b60241ffb9e59b9a82e80f613926b27e85b1 100644 (file)
@@ -4,12 +4,12 @@
 
 #include <simgear/compiler.h>
 
-#include STL_IOSTREAM
+#include <iostream>
 #include "tabbed_values.hxx"
 
-SG_USING_STD(cout);
-SG_USING_STD(cerr);
-SG_USING_STD(endl);
+using std::cout;
+using std::cerr;
+using std::endl;
 
 
 int main (int ac, char ** av)