X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FServerSocket.h;h=7364250e17b7174dfb791490706d2f48c7cfaaac;hb=7303f0caad297d4aacc3e83f43ec0565496f6dd8;hp=420089984c6d5373678369e136267fbae17527de;hpb=377cdd5f6cc2dd67fabd0b03703d20722a9ed0ea;p=lyx.git diff --git a/src/ServerSocket.h b/src/ServerSocket.h index 420089984c..7364250e17 100644 --- a/src/ServerSocket.h +++ b/src/ServerSocket.h @@ -15,9 +15,8 @@ #define LYXSERVERSOCKET_H #include "support/FileName.h" -#include "support/socktools.h" -#include +#include "support/shared_ptr.h" #include #include @@ -61,7 +60,7 @@ private: MAX_CLIENTS = 10 }; /// All connections - std::map > clients; + std::map > clients; };