Less dependencies [#CLICKHOUSE-2]

This commit is contained in:
Alexey Milovidov 2018-09-20 23:51:21 +03:00
parent 16dacff488
commit 7d291142ec
2 changed files with 2 additions and 2 deletions

View File

@ -16,6 +16,8 @@
#include <IO/CompressedWriteBuffer.h>
#include <IO/ReadBufferFromPocoSocket.h>
#include <IO/WriteBufferFromPocoSocket.h>
#include <IO/ReadHelpers.h>
#include <IO/WriteHelpers.h>
#include <IO/CompressionSettings.h>
#include <IO/copyData.h>
#include <DataStreams/AsynchronousBlockInputStream.h>

View File

@ -8,8 +8,6 @@
#include <Core/Protocol.h>
#include <Core/QueryProcessingStage.h>
#include <IO/Progress.h>
#include <IO/ReadHelpers.h>
#include <IO/WriteHelpers.h>
#include <DataStreams/BlockIO.h>
#include <Interpreters/InternalTextLogsQueue.h>
#include <Client/TimeoutSetter.h>