Skip to content

Commit 41377be

Browse files
committed
Remove duplicate includes
1 parent c2bed33 commit 41377be

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/Storages/ObjectStorage/registerStorageObjectStorage.cpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
#include <Core/FormatFactorySettings.h>
22
#include <Core/Settings.h>
3+
#include <Databases/DataLake/ICatalog.h>
34
#include <Databases/LoadingStrictnessLevel.h>
45
#include <Formats/FormatFactory.h>
5-
#include <Formats/FormatParserSharedResources.h>
66
#include <Formats/FormatFilterInfo.h>
7+
#include <Formats/FormatParserSharedResources.h>
78
#include <Interpreters/Context.h>
89
#include <Parsers/ASTCreateQuery.h>
910
#include <Storages/ObjectStorage/Azure/Configuration.h>
@@ -14,9 +15,6 @@
1415
#include <Storages/ObjectStorage/StorageObjectStorageSettings.h>
1516
#include <Storages/StorageFactory.h>
1617
#include <Poco/Logger.h>
17-
#include <Databases/DataLake/ICatalog.h>
18-
#include <Databases/LoadingStrictnessLevel.h>
19-
#include <Interpreters/Context.h>
2018

2119
namespace DB
2220
{

0 commit comments

Comments
 (0)