X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fio%2Fsg_serial.hxx;h=85a92e1c1aac1f2ea3bb4685b5ce83c3c6a7315f;hb=902948e3c637969b4ad29c9b6dd756c7ede28ec4;hp=b7c8553d0dd86ce38d782e9dc2a45bcecc761ca9;hpb=dcb95d131bc6aef1abe25d1f415e309f06e52436;p=simgear.git diff --git a/simgear/io/sg_serial.hxx b/simgear/io/sg_serial.hxx index b7c8553d..85a92e1c 100644 --- a/simgear/io/sg_serial.hxx +++ b/simgear/io/sg_serial.hxx @@ -36,17 +36,11 @@ #include -// #ifdef SG_HAVE_STD_INCLUDES -// # include -// #else -// # include -// #endif - #include #include "iochannel.hxx" -SG_USING_STD(string); +using std::string; /** * A serial I/O class based on SGIOChannel.