aboutsummaryrefslogtreecommitdiffstats
path: root/yt
diff options
context:
space:
mode:
authorbabenko <babenko@yandex-team.com>2024-07-02 18:32:57 +0300
committerbabenko <babenko@yandex-team.com>2024-07-02 18:44:12 +0300
commit301334c26205099b2382b61c2c695fd76e8c6abd (patch)
treee5e05cf331c46700ca77c8b3371af5a9c95be5d9 /yt
parent04a099c3da3ea1315d4897079ed4ee3aad614eb8 (diff)
downloadydb-301334c26205099b2382b61c2c695fd76e8c6abd.tar.gz
Drop core/misc/source_location.h thunk
9da0a5cd9b5af9439f1bfaf4dd429cdc4b9e32c2
Diffstat (limited to 'yt')
-rw-r--r--yt/yt/core/actions/callback.h2
-rw-r--r--yt/yt/core/actions/callback_internal.h2
-rw-r--r--yt/yt/core/misc/ref_counted_tracker.h2
-rw-r--r--yt/yt/core/misc/source_location.h1
4 files changed, 3 insertions, 4 deletions
diff --git a/yt/yt/core/actions/callback.h b/yt/yt/core/actions/callback.h
index 4d0ed22457..3612c01532 100644
--- a/yt/yt/core/actions/callback.h
+++ b/yt/yt/core/actions/callback.h
@@ -93,7 +93,7 @@
#include "callback_internal.h"
#ifdef YT_ENABLE_BIND_LOCATION_TRACKING
-#include <yt/yt/core/misc/source_location.h>
+#include <library/cpp/yt/misc/source_location.h>
#endif
namespace NYT {
diff --git a/yt/yt/core/actions/callback_internal.h b/yt/yt/core/actions/callback_internal.h
index 735e350885..491ec97094 100644
--- a/yt/yt/core/actions/callback_internal.h
+++ b/yt/yt/core/actions/callback_internal.h
@@ -15,7 +15,7 @@ $$==============================================================================
#include <yt/yt/core/misc/common.h>
#ifdef YT_ENABLE_BIND_LOCATION_TRACKING
-#include <yt/yt/core/misc/source_location.h>
+#include <library/cpp/yt/misc/source_location.h>
#endif
namespace NYT::NDetail {
diff --git a/yt/yt/core/misc/ref_counted_tracker.h b/yt/yt/core/misc/ref_counted_tracker.h
index 485a7ee6e1..1c4df568a3 100644
--- a/yt/yt/core/misc/ref_counted_tracker.h
+++ b/yt/yt/core/misc/ref_counted_tracker.h
@@ -1,12 +1,12 @@
#pragma once
#include "public.h"
-#include "source_location.h"
#include "singleton.h"
#include <library/cpp/yt/threading/fork_aware_spin_lock.h>
#include <library/cpp/yt/misc/tls.h>
+#include <library/cpp/yt/misc/source_location.h>
namespace NYT {
diff --git a/yt/yt/core/misc/source_location.h b/yt/yt/core/misc/source_location.h
deleted file mode 100644
index c01b3aed6e..0000000000
--- a/yt/yt/core/misc/source_location.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <library/cpp/yt/misc/source_location.h>