mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-11 17:02:25 +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;
|
|
|
|
}
|