dbms: Server: Removed unused header include. [#METR-16213]

This commit is contained in:
Alexey Arno 2015-10-12 18:10:08 +03:00
parent abcf2ebc75
commit 0f923131c6

View File

@ -3,7 +3,6 @@
#include <DB/Common/Throttler.h>
#include <DB/Client/Connection.h>
#include <DB/Client/ConnectionPool.h>
#include <DB/DataStreams/IBlockInputStream.h>
#include <Poco/ScopedLock.h>
#include <Poco/Mutex.h>