net: remove unused using declarations in clientnb
Change-Id: Ifa7aed29160b49930c41f7cc465c8315bfca9992
This commit is contained in:
parent
d43589c343
commit
4faa3d5a70
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue