]> git.lyx.org Git - lyx.git/blobdiff - src/support/socktools.cpp
cosmetics
[lyx.git] / src / support / socktools.cpp
index 662739f2720a16d5628fac0472c6cf14b92a723a..7537e126043afd9f91b5ec37b2f4fe45237d8b8f 100644 (file)
@@ -39,7 +39,7 @@ int accept(int)
 
 #include "support/lyxlib.h"
 
-#include "debug.h"
+#include "support/debug.h"
 
 #include <sys/socket.h>
 #include <sys/un.h>
@@ -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)