Remove unused include

This commit is contained in:
Alexey Milovidov 2021-08-24 23:47:13 +03:00
parent 91cffac7ef
commit a3ecc2b705

View File

@ -1,7 +1,6 @@
#include <Poco/Net/NetException.h> #include <Poco/Net/NetException.h>
#include <IO/ReadBufferFromPocoSocket.h> #include <IO/ReadBufferFromPocoSocket.h>
#include <IO/TimeoutSetter.h>
#include <Common/Exception.h> #include <Common/Exception.h>
#include <Common/NetException.h> #include <Common/NetException.h>
#include <Common/Stopwatch.h> #include <Common/Stopwatch.h>