Whitespaces

This commit is contained in:
Alexey Milovidov 2020-11-06 20:58:04 +03:00
parent 7fb53b205c
commit 17b3dff0c2
2 changed files with 3 additions and 0 deletions

View File

@ -1,9 +1,11 @@
#pragma once
#include <Processors/Merges/Algorithms/IMergingAlgorithm.h>
#include <Processors/Merges/Algorithms/MergedData.h>
#include <Core/SortDescription.h>
#include <Core/SortCursor.h>
namespace DB
{

View File

@ -1,6 +1,7 @@
#include <Processors/Sources/SinkToOutputStream.h>
#include <DataStreams/IBlockOutputStream.h>
namespace DB
{