diff --git a/Net/src/SocketAddressImpl.cpp b/Net/src/SocketAddressImpl.cpp index 1cc4a542e..c7ed86248 100644 --- a/Net/src/SocketAddressImpl.cpp +++ b/Net/src/SocketAddressImpl.cpp @@ -36,24 +36,9 @@ #include "Poco/Net/SocketAddressImpl.h" #include "Poco/Net/SocketDefs.h" -/* -#include "Poco/Net/IPAddress.h" -#include "Poco/Net/NetException.h" -#include "Poco/Net/DNS.h" -#include "Poco/RefCountedObject.h" -#include "Poco/NumberParser.h" -#include "Poco/NumberFormatter.h" -#include #include -using Poco::RefCountedObject; -using Poco::NumberParser; -using Poco::NumberFormatter; -using Poco::UInt16; -using Poco::InvalidArgumentException; -*/ - namespace Poco { namespace Net { namespace Impl {