Skip to content

Commit d76c6cf

Browse files
committed
Remove duplicate #inclue
1 parent 567943b commit d76c6cf

File tree

4 files changed

+0
-10
lines changed

4 files changed

+0
-10
lines changed

src/Common/AsynchronousMetrics.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
#include <Common/AsynchronousMetrics.h>
2-
#include <Common/Exception.h>
3-
#include <Common/setThreadName.h>
4-
#include <Common/CurrentMetrics.h>
5-
#include <Common/filesystemHelpers.h>
6-
#include <Common/logger_useful.h>
7-
#include <IO/UncompressedCache.h>
82
#include <IO/MMappedFileCache.h>
93
#include <IO/ReadHelpers.h>
104
#include <IO/UncompressedCache.h>

src/Common/MemoryTracker.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#include <Common/AllocationTrace.h>
1010
#include <Common/Stopwatch.h>
1111

12-
1312
#if !defined(NDEBUG)
1413
#define MEMORY_TRACKER_DEBUG_CHECKS
1514
#endif

src/QueryPipeline/RemoteQueryExecutor.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
#include <Common/CurrentThread.h>
77
#include <Core/Protocol.h>
88
#include <Core/Settings.h>
9-
#include <Core/Settings.h>
109
#include <Processors/QueryPlan/BuildQueryPipelineSettings.h>
1110
#include <Processors/QueryPlan/Optimizations/QueryPlanOptimizationSettings.h>
1211
#include <Processors/Sources/SourceFromSingleChunk.h>

src/QueryPipeline/RemoteQueryExecutor.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,5 +354,3 @@ class RemoteQueryExecutor
354354
};
355355

356356
}
357-
358-

0 commit comments

Comments
 (0)