]> git.lyx.org Git - lyx.git/blobdiff - src/ServerSocket.h
* BufferView::updateMetrics(): split up the method in two for the SinglePar case.
[lyx.git] / src / ServerSocket.h
index 0678d6dbfd06b35df1088f1ae4adf335ab4a9670..da98ebe9163c1ac8258938cae305a43867073109 100644 (file)
@@ -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.