]> git.lyx.org Git - lyx.git/blobdiff - src/ServerSocket.cpp
This is the first of a series of commits that will make InsetLayout a real class.
[lyx.git] / src / ServerSocket.cpp
index 3b9061fd163febf742244798817e0399e8b398a0..47e800a8eb49ca1b39557fa993484c95bb108a09 100644 (file)
 
 #include "ServerSocket.h"
 
-#include "support/debug.h"
 #include "FuncRequest.h"
 #include "LyXAction.h"
 #include "LyXFunc.h"
 
 #include "frontends/Application.h"
 
+#include "support/debug.h"
 #include "support/environment.h"
 #include "support/FileName.h"
-#include "support/lyxlib.h"
 #include "support/socktools.h"
 
 #include <boost/bind.hpp>