Skip to content

Commit 8265aba

Browse files
committed
fix tidy
1 parent 84be73b commit 8265aba

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Interpreters/Aggregator.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#include <algorithm>
2-
#include <future>
3-
#include <numeric>
42
#include <optional>
53
#include <Core/Settings.h>
64
#include <Poco/Util/Application.h>
@@ -43,10 +41,6 @@
4341
#include <Common/threadPoolCallbackRunner.h>
4442
#include <Common/typeid_cast.h>
4543

46-
#include <algorithm>
47-
#include <numeric>
48-
#include <optional>
49-
5044
namespace ProfileEvents
5145
{
5246
extern const Event ExternalAggregationWritePart;

0 commit comments

Comments
 (0)