Remove useless headers

This commit is contained in:
Alexey Milovidov 2021-01-10 05:48:57 +03:00
parent 8387ac86ef
commit 76149947ef
5 changed files with 2 additions and 6 deletions

View File

@ -1,10 +1,9 @@
#pragma once
#include <Databases/DatabasesCommon.h>
#include <Core/BackgroundSchedulePool.h>
#include <Databases/DatabaseOrdinary.h>
namespace DB
{

View File

@ -7,7 +7,6 @@
#if USE_MYSQL
# include <mutex>
# include <Core/BackgroundSchedulePool.h>
# include <Core/MySQL/MySQLClient.h>
# include <DataStreams/BlockIO.h>
# include <DataTypes/DataTypeString.h>

View File

@ -1,7 +1,7 @@
#include "DNSCacheUpdater.h"
#include <Common/DNSResolver.h>
#include <Interpreters/Context.h>
#include <Core/BackgroundSchedulePool.h>
namespace DB
{

View File

@ -12,7 +12,6 @@
#include <Storages/MergeTree/ReplicatedMergeTreeAltersSequence.h>
#include <Common/ZooKeeper/ZooKeeper.h>
#include <Core/BackgroundSchedulePool.h>
namespace DB

View File

@ -14,7 +14,6 @@
#include <Storages/MergeTree/MergeTreeMutationStatus.h>
#include <Disks/StoragePolicy.h>
#include <Common/SimpleIncrement.h>
#include <Core/BackgroundSchedulePool.h>
#include <Storages/MergeTree/BackgroundJobsExecutor.h>