mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 21:24:28 +00:00
10 lines
122 B
C++
10 lines
122 B
C++
#include <Interpreters/ProcessList.h>
|
|
#include <DataStreams/BlockIO.h>
|
|
|
|
namespace DB
|
|
{
|
|
|
|
BlockIO::~BlockIO() = default;
|
|
|
|
}
|