]> git.lyx.org Git - lyx.git/blobdiff - src/ServerSocket.h
* GuiDocument.cpp: before accessing the buffer() in paramsToDialog(), check
[lyx.git] / src / ServerSocket.h
index 0678d6dbfd06b35df1088f1ae4adf335ab4a9670..1899e8b9ae82de30d2792252947b34a7b8982b10 100644 (file)
@@ -4,9 +4,9 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  * \author Jean-Marc Lasgouttes
- * \author João Luis M. Assirati
+ * \author João Luis M. Assirati
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -16,7 +16,6 @@
 
 #include "support/FileName.h"
 #include "support/socktools.h"
-#include "LyXFunc.h"
 
 #include <boost/shared_ptr.hpp>
 
@@ -27,6 +26,7 @@
 namespace lyx {
 
 class LyXDataSocket;
+class LyXFunc;
 
 
 /** Sockets can be in two states: listening and connected.