]> git.lyx.org Git - lyx.git/blobdiff - src/Server.cpp
Get rid of unused SessionInfoSection.
[lyx.git] / src / Server.cpp
index 7843997ca5c31ba83a22fa4d1c6f99963b19b896..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"
 
@@ -494,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");