X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FServerSocket.h;h=da98ebe9163c1ac8258938cae305a43867073109;hb=cca78e3c8ae27431323746abd64f9d7db017099d;hp=0678d6dbfd06b35df1088f1ae4adf335ab4a9670;hpb=d079c908b371284bfb32f1c3f60781f34a99b3e5;p=lyx.git diff --git a/src/ServerSocket.h b/src/ServerSocket.h index 0678d6dbfd..da98ebe916 100644 --- a/src/ServerSocket.h +++ b/src/ServerSocket.h @@ -16,7 +16,6 @@ #include "support/FileName.h" #include "support/socktools.h" -#include "LyXFunc.h" #include @@ -27,6 +26,7 @@ namespace lyx { class LyXDataSocket; +class LyXFunc; /** Sockets can be in two states: listening and connected.