mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-19 14:11:58 +00:00
12 lines
163 B
C++
12 lines
163 B
C++
|
#include <Interpreters/SystemLog.h>
|
||
|
#include <Interpreters/QueryLog.h>
|
||
|
#include <Interpreters/PartLog.h>
|
||
|
|
||
|
|
||
|
namespace DB
|
||
|
{
|
||
|
|
||
|
SystemLogs::~SystemLogs() = default;
|
||
|
|
||
|
}
|