]> git.lyx.org Git - lyx.git/blobdiff - src/Server.cpp
* GuiView.cpp:
[lyx.git] / src / Server.cpp
index 7957f02c953dfe5b718d4d069c9d7f7d272db961..99be0afa5a4f1dda97e35906e0a99fe2af299293 100644 (file)
 #include <config.h>
 
 #include "Server.h"
-#include "support/debug.h"
 #include "FuncRequest.h"
 #include "LyXAction.h"
 #include "LyXFunc.h"
+
 #include "frontends/Application.h"
 
+#include "support/debug.h"
 #include "support/FileName.h"
 #include "support/lstrings.h"
-#include "support/lyxlib.h"
 
 #include <boost/bind.hpp>
 
@@ -495,7 +495,7 @@ void Server::callback(string const & msg)
 }
 
 
-// Send a notify messge to a client, called by WorkAreaKeyPress
+// Send a notify message to a client, called by WorkAreaKeyPress
 void Server::notifyClient(string const & s)
 {
        pipes_.send("NOTIFY:" + s + "\n");