X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fserial%2Ftestserial.cxx;h=828be05371e981013226c76ede7a4e95f37cb173;hb=33970663435dd1a12941b017739285341205acf4;hp=1a6bab6d4b365ac0ac7ee6e3b393ef61c1839e42;hpb=78411d29a7fdd606e50a81d03d6e8a08dcb15828;p=simgear.git diff --git a/simgear/serial/testserial.cxx b/simgear/serial/testserial.cxx index 1a6bab6d..828be053 100644 --- a/simgear/serial/testserial.cxx +++ b/simgear/serial/testserial.cxx @@ -1,17 +1,17 @@ #include -#include STL_STRING -#include STL_IOSTREAM +#include +#include #include #include "serial.hxx" -SG_USING_STD(cout); -SG_USING_STD(endl); +using std::cout; +using std::endl; int main () { - FGSerialPort port; + SGSerialPort port; string value; bool result;