]> git.mxchange.org Git - flightgear.git/blobdiff - src/Input/jsinput.cxx
Use the short xml name for properties in JSON
[flightgear.git] / src / Input / jsinput.cxx
index ac7e4669f969ae1a581416ec6b62c9363427117b..b57f828d2bb99d1a41c1062684b42631f79ba645 100644 (file)
 
 #include <simgear/compiler.h>
 
-#include STL_IOSTREAM
+#include <iostream>
 
-SG_USING_STD(cout);
-SG_USING_STD(cin);
-SG_USING_STD(endl);
+using std::cout;
+using std::cin;
+using std::endl;
 
 #include "jsinput.h"