net: remove unused using declarations in clientnb

Change-Id: Ifa7aed29160b49930c41f7cc465c8315bfca9992
This commit is contained in:
Miklos Vajna 2017-06-23 10:29:34 +02:00
parent d43589c343
commit 4faa3d5a70

View file

@ -45,11 +45,7 @@ using Poco::Net::HTTPResponse;
using Poco::Net::WebSocket;
using Poco::Runnable;
using Poco::Thread;
using Poco::URI;
using Poco::Util::Application;
using Poco::Util::HelpFormatter;
using Poco::Util::Option;
using Poco::Util::OptionSet;
const char *HostName = "127.0.0.1";
constexpr int HttpPortNumber = 9191;