Skip to content

Commit

Permalink
chore(ParallelSocketAcceptor): remove unnecessary include and using f…
Browse files Browse the repository at this point in the history
…rom header
  • Loading branch information
aleks-f committed Feb 16, 2024
1 parent a64e6cf commit 30a0a06
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Net/include/Poco/Net/ParallelSocketAcceptor.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,10 @@
#include "Poco/Net/StreamSocket.h"
#include "Poco/Net/ServerSocket.h"
#include "Poco/Environment.h"
#include "Poco/NObserver.h"
#include "Poco/SharedPtr.h"
#include <vector>


using Poco::Net::Socket;
using Poco::Net::SocketReactor;
using Poco::Net::ServerSocket;
using Poco::Net::StreamSocket;
using Poco::NObserver;
using Poco::AutoPtr;


namespace Poco {
namespace Net {

Expand Down

0 comments on commit 30a0a06

Please sign in to comment.