remove redudant includes

This commit is contained in:
Nikita Mikhaylov 2019-08-01 16:05:59 +03:00
parent a9fea0314e
commit 508934fa85

View File

@ -37,6 +37,7 @@
#include <Interpreters/ProcessList.h>
#include <Interpreters/loadMetadata.h>
#include <Interpreters/DNSCacheUpdater.h>
#include <Interpreters/SystemLog.cpp>
#include <Storages/StorageReplicatedMergeTree.h>
#include <Storages/System/attachSystemTables.h>
#include <AggregateFunctions/registerAggregateFunctions.h>
@ -52,9 +53,6 @@
#include "Common/config_version.h"
#include "MySQLHandlerFactory.h"
#include <Interpreters/TextLog.h>
#include <Interpreters/SystemLog.h>
#include <Interpreters/SystemLog.cpp>
#if defined(__linux__)
#include <Common/hasLinuxCapability.h>