]> git.mxchange.org Git - simgear.git/blobdiff - simgear/serial/testserial.cxx
OS-X specific sleep helper, more stable.
[simgear.git] / simgear / serial / testserial.cxx
index bc6b9c6a534d12675a61c46375a80ebb60a1f902..828be05371e981013226c76ede7a4e95f37cb173 100644 (file)
@@ -1,14 +1,14 @@
 #include <simgear/compiler.h>
 
-#include STL_STRING
-#include STL_IOSTREAM
+#include <string>
+#include <iostream>
 
 #include <simgear/debug/logstream.hxx>
 
 #include "serial.hxx"
 
-SG_USING_STD(cout);
-SG_USING_STD(endl);
+using std::cout;
+using std::endl;
 
 int main () {
     SGSerialPort port;