mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Remove redundant includes
This commit is contained in:
parent
a38bb095d8
commit
532fe90129
@ -1,10 +1,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
// #include <Interpreters/Cluster.h>
|
|
||||||
#include <Storages/IStorageCluster.h>
|
#include <Storages/IStorageCluster.h>
|
||||||
#include <Storages/ObjectStorage/StorageObjectStorage.h>
|
#include <Storages/ObjectStorage/StorageObjectStorage.h>
|
||||||
#include <Storages/ObjectStorage/StorageObjectStorageSource.h>
|
#include <Storages/ObjectStorage/StorageObjectStorageSource.h>
|
||||||
// #include <TableFunctions/TableFunctionObjectStorageCluster.h>
|
|
||||||
|
|
||||||
namespace DB
|
namespace DB
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user