removed unneccecary includes

This commit is contained in:
Erik Frojdh
2019-05-14 17:32:21 +02:00
parent bc4d0452af
commit 7314c52c63
6 changed files with 1 additions and 6 deletions

View File

@ -1,5 +1,6 @@
#include "ClientInterface.h"
#include "ClientSocket.h"
#include <cstring>
ClientInterface::ClientInterface(sls::ClientSocket *socket, int n) : socket_(socket){}