mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
fixing paths
This commit is contained in:
parent
65e6e211b4
commit
38232c286d
@ -1,5 +1,5 @@
|
||||
#include "DNSResolver.h"
|
||||
#include <common/CachedFn.h>
|
||||
#include <base/CachedFn.h>
|
||||
#include <Common/Exception.h>
|
||||
#include <Common/ProfileEvents.h>
|
||||
#include <Core/Names.h>
|
||||
|
@ -5,7 +5,7 @@
|
||||
#include <Common/Elf.h>
|
||||
#include <Common/SymbolIndex.h>
|
||||
#include <Common/MemorySanitizer.h>
|
||||
#include <common/CachedFn.h>
|
||||
#include <base/CachedFn.h>
|
||||
#include <base/demangle.h>
|
||||
|
||||
#include <cstring>
|
||||
|
@ -6,7 +6,7 @@
|
||||
#include <Disks/ReadIndirectBufferFromRemoteFS.h>
|
||||
#include <Disks/WriteIndirectBufferFromRemoteFS.h>
|
||||
#include <base/logger_useful.h>
|
||||
#include <common/FnTraits.h>
|
||||
#include <base/FnTraits.h>
|
||||
|
||||
|
||||
namespace DB
|
||||
|
@ -10,7 +10,7 @@
|
||||
#include <boost/algorithm/string.hpp>
|
||||
|
||||
#include <base/unit.h>
|
||||
#include <common/FnTraits.h>
|
||||
#include <base/FnTraits.h>
|
||||
|
||||
#include <Common/checkStackSize.h>
|
||||
#include <Common/createHardLink.h>
|
||||
|
Loading…
Reference in New Issue
Block a user