]> git.lyx.org Git - lyx.git/blobdiff - src/ServerSocket.cpp
Update Win installer for new dictionary links. Untested.
[lyx.git] / src / ServerSocket.cpp
index 72a70d4edaac9bcede9ede09fa9d0709055ce3c8..3544235bba0340fd1e3e07b200d4195c1e5b9d82 100644 (file)
@@ -18,7 +18,6 @@
 
 #include "DispatchResult.h"
 #include "FuncRequest.h"
-#include "LyX.h"
 #include "LyXAction.h"
 
 #include "frontends/Application.h"
 #include "support/debug.h"
 #include "support/environment.h"
 #include "support/FileName.h"
+#include "support/lassert.h"
 #include "support/socktools.h"
 
-#include "support/bind.h"
+#include <boost/assert.hpp>
 
 #include <cerrno>
+#include <cstring>
 #include <ostream>
 
 #if defined (_WIN32)
 # include <io.h>
 #endif
 
+#ifdef HAVE_UNISTD_H
+# include <unistd.h>
+#endif
+
 using namespace std;
 using namespace lyx::support;