From 085be6bf5951fd45c021d84b480fc144e6cf86c0 Mon Sep 17 00:00:00 2001 From: Duc Canh Le Date: Wed, 11 Sep 2024 06:42:48 +0000 Subject: [PATCH] remove unwanted include Signed-off-by: Duc Canh Le --- src/Interpreters/ConcurrentHashJoin.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Interpreters/ConcurrentHashJoin.cpp b/src/Interpreters/ConcurrentHashJoin.cpp index 098189b224a..d906540d6df 100644 --- a/src/Interpreters/ConcurrentHashJoin.cpp +++ b/src/Interpreters/ConcurrentHashJoin.cpp @@ -23,7 +23,6 @@ #include #include #include -#include namespace ProfileEvents {