mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-15 19:02:04 +00:00
a7bbf83c91
This reverts commit cdb2c8a770
.
13 lines
204 B
C++
13 lines
204 B
C++
#include <Interpreters/SystemLog.h>
|
|
#include <Interpreters/QueryLog.h>
|
|
#include <Interpreters/QueryThreadLog.h>
|
|
#include <Interpreters/PartLog.h>
|
|
|
|
|
|
namespace DB
|
|
{
|
|
|
|
SystemLogs::~SystemLogs() = default;
|
|
|
|
}
|