Merge pull request #18881 from ClickHouse/remove-useless-headers-2

Remove useless headers
This commit is contained in:
alexey-milovidov 2021-01-09 11:01:07 +03:00 committed by GitHub
commit b2577327f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,4 @@
#include "BackgroundSchedulePool.h"
#include <Common/MemoryTracker.h>
#include <Common/Exception.h>
#include <Common/setThreadName.h>
#include <Common/Stopwatch.h>

View File

@ -6,7 +6,6 @@
#include <Access/AccessControlManager.h>
#include <common/logger_useful.h>
#include <Common/MemoryTracker.h>
#include <Common/OpenSSLHelpers.h>
#include <ext/scope_guard.h>

View File

@ -3,9 +3,9 @@
#include <boost/noncopyable.hpp>
#include <Storages/MergeTree/BackgroundProcessList.h>
#include <Common/Stopwatch.h>
#include <Common/MemoryTracker.h>
#include <Poco/URI.h>
namespace CurrentMetrics
{
extern const Metric ReplicatedFetch;