X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fserial%2Ftestserial.cxx;h=828be05371e981013226c76ede7a4e95f37cb173;hb=bb2cc6ef2dc3c6bef17d2fe7a834da438b7ec817;hp=d005f32fee3cc7c2df37a340d4fcd734c2ac7965;hpb=30a14741c9d433abbb3986200e235db2edb93f36;p=simgear.git diff --git a/simgear/serial/testserial.cxx b/simgear/serial/testserial.cxx index d005f32f..828be053 100644 --- a/simgear/serial/testserial.cxx +++ b/simgear/serial/testserial.cxx @@ -1,20 +1,17 @@ #include -#include STL_STRING -#include STL_IOSTREAM +#include +#include #include #include "serial.hxx" -#if !defined(SG_HAVE_NATIVE_SGI_COMPILERS) -SG_USING_STD(cout); -SG_USING_STD(endl); -#endif - +using std::cout; +using std::endl; int main () { - FGSerialPort port; + SGSerialPort port; string value; bool result;