]> git.lyx.org Git - lyx.git/blobdiff - src/support/socktools.cpp
cosmetics
[lyx.git] / src / support / socktools.cpp
index 9215228df9cee6d21a7032f06b8fbdbfc5767796..7537e126043afd9f91b5ec37b2f4fe45237d8b8f 100644 (file)
@@ -50,11 +50,8 @@ int accept(int)
 
 #include <cerrno>
 
-using std::string;
+using namespace std;
 
-#ifndef CXX_GLOBAL_CSTD
-using std::strerror;
-#endif
 
 // This MACRO eppears to be defined only on Linux.
 #if !defined(SUN_LEN)