X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FServerSocket.h;h=c66658042ff38ca4d4da9dfda9d67cb9489567c0;hb=97dc58513884bb89b6a015c2c7dc61c8bb3f7dfe;hp=2b2ddd11d27e70c93c11937acbf30881beee900f;hpb=c9b9748cee687e709e9e48dd2c78e054d8ea29a3;p=lyx.git diff --git a/src/ServerSocket.h b/src/ServerSocket.h index 2b2ddd11d2..c66658042f 100644 --- a/src/ServerSocket.h +++ b/src/ServerSocket.h @@ -15,12 +15,10 @@ #define LYXSERVERSOCKET_H #include "support/FileName.h" -#include "support/socktools.h" - -#include "support/shared_ptr.h" #include #include +#include namespace lyx { @@ -61,7 +59,7 @@ private: MAX_CLIENTS = 10 }; /// All connections - std::map > clients; + std::map> clients; };