X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FServerSocket.cpp;h=3544235bba0340fd1e3e07b200d4195c1e5b9d82;hb=26ba2a65838731ce639a09539f617cb0f0be3b22;hp=72a70d4edaac9bcede9ede09fa9d0709055ce3c8;hpb=b032e2dfafbf1e86918dd0cd66e5de602edeee00;p=lyx.git diff --git a/src/ServerSocket.cpp b/src/ServerSocket.cpp index 72a70d4eda..3544235bba 100644 --- a/src/ServerSocket.cpp +++ b/src/ServerSocket.cpp @@ -18,7 +18,6 @@ #include "DispatchResult.h" #include "FuncRequest.h" -#include "LyX.h" #include "LyXAction.h" #include "frontends/Application.h" @@ -26,17 +25,23 @@ #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 #include +#include #include #if defined (_WIN32) # include #endif +#ifdef HAVE_UNISTD_H +# include +#endif + using namespace std; using namespace lyx::support;