Remove useless headers

This commit is contained in:
Alexey Milovidov 2021-01-09 08:32:10 +03:00
parent 0e48d8fc86
commit 8a57f8f42a
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;