killpoco: removed StringTokenizer from wsd directory

removed use of Poco::StringTokenizer from the wsd directory using LOOLProtocol::tokenize and std::vecor<std::string>

Change-Id: Ic50b4d4d71d4ffd005aacf6aef0ed2bfde66d40d
Reviewed-on: https://gerrit.libreoffice.org/82569
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Tested-by: Jan Holesovsky <kendy@collabora.com>
This commit is contained in:
Pranam Lashkari
2019-11-13 13:45:07 +05:30
committed by Jan Holesovsky
parent aabb5b0633
commit a6b0e5b827
5 changed files with 33 additions and 38 deletions

View File

@ -36,7 +36,6 @@
#include <Poco/RegularExpression.h>
#include <Poco/Runnable.h>
#include <Poco/StreamCopier.h>
#include <Poco/StringTokenizer.h>
#include <Poco/URI.h>
#include "Auth.hpp"