Remove unused using declarations
Change-Id: I0d4336fc8f85a18b2c41de233166e725166385f6
This commit is contained in:
parent
508a659232
commit
a4fd83794e
2 changed files with 0 additions and 4 deletions
|
@ -95,7 +95,6 @@ using Poco::File;
|
|||
using Poco::JSON::Array;
|
||||
using Poco::JSON::Object;
|
||||
using Poco::JSON::Parser;
|
||||
using Poco::Runnable;
|
||||
using Poco::StringTokenizer;
|
||||
using Poco::Thread;
|
||||
using Poco::Timestamp;
|
||||
|
@ -104,7 +103,6 @@ using Poco::Util::Application;
|
|||
|
||||
#ifndef BUILDING_TESTS
|
||||
using Poco::Path;
|
||||
using Poco::Process;
|
||||
#endif
|
||||
|
||||
using namespace LOOLProtocol;
|
||||
|
|
|
@ -155,7 +155,6 @@ using Poco::Net::HTTPResponse;
|
|||
using Poco::Net::MessageHeader;
|
||||
using Poco::Net::NameValueCollection;
|
||||
using Poco::Path;
|
||||
using Poco::Process;
|
||||
using Poco::StreamCopier;
|
||||
using Poco::StringTokenizer;
|
||||
using Poco::TemporaryFile;
|
||||
|
@ -165,7 +164,6 @@ using Poco::Thread;
|
|||
using Poco::URI;
|
||||
using Poco::Util::Application;
|
||||
using Poco::Util::HelpFormatter;
|
||||
using Poco::Util::IncompatibleOptionsException;
|
||||
using Poco::Util::MissingOptionException;
|
||||
using Poco::Util::Option;
|
||||
using Poco::Util::OptionSet;
|
||||
|
|
Loading…
Reference in a new issue