linux/gcc build fixes

This commit is contained in:
aleks-f
2013-03-17 12:57:11 -05:00
parent 1a474584c3
commit 95e713045e

View File

@@ -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 <algorithm>
#include <cstring>
using Poco::RefCountedObject;
using Poco::NumberParser;
using Poco::NumberFormatter;
using Poco::UInt16;
using Poco::InvalidArgumentException;
*/
namespace Poco {
namespace Net {
namespace Impl {