diff --git a/loolwsd/ClientSession.cpp b/loolwsd/ClientSession.cpp index 5446179c5..5aecf8ee0 100644 --- a/loolwsd/ClientSession.cpp +++ b/loolwsd/ClientSession.cpp @@ -30,7 +30,6 @@ using namespace LOOLProtocol; -using Poco::Path; using Poco::StringTokenizer; ClientSession::ClientSession(const std::string& id, diff --git a/loolwsd/Connect.cpp b/loolwsd/Connect.cpp index 376539981..341329b52 100644 --- a/loolwsd/Connect.cpp +++ b/loolwsd/Connect.cpp @@ -48,7 +48,6 @@ using namespace LOOLProtocol; using Poco::Net::AcceptCertificateHandler; using Poco::Net::Context; -using Poco::Net::HTTPClientSession; using Poco::Net::HTTPSClientSession; using Poco::Net::HTTPRequest; using Poco::Net::HTTPResponse;