Remove duplicate includ

This commit is contained in:
Arthur Passos 2024-01-23 15:03:31 -03:00 committed by GitHub
parent e6b17377d0
commit dba792dff0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,7 +44,6 @@
#include <Storages/MergeTree/checkDataPart.h> #include <Storages/MergeTree/checkDataPart.h>
#include <Storages/PartitionCommands.h> #include <Storages/PartitionCommands.h>
#include <base/sort.h> #include <base/sort.h>
#include <Storages/buildQueryTreeForShard.h>
#include <QueryPipeline/Pipe.h> #include <QueryPipeline/Pipe.h>
#include <Processors/QueryPlan/QueryPlan.h> #include <Processors/QueryPlan/QueryPlan.h>
#include <Processors/QueryPlan/BuildQueryPipelineSettings.h> #include <Processors/QueryPlan/BuildQueryPipelineSettings.h>