]> git.lyx.org Git - lyx.git/blobdiff - src/support/socktools.cpp
there is no trunk/src/intl folder
[lyx.git] / src / support / socktools.cpp
index 9215228df9cee6d21a7032f06b8fbdbfc5767796..3b9574871f3ed94e99d49997e7e718e99667a651 100644 (file)
@@ -37,8 +37,6 @@ int accept(int)
 
 #else // defined (HAVE_FCNTL)
 
-#include "support/lyxlib.h"
-
 #include "support/debug.h"
 
 #include <sys/socket.h>
@@ -49,12 +47,11 @@ int accept(int)
 #endif
 
 #include <cerrno>
+#include <string>
+#include <cstring>
 
-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)