summaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/interface/errors.h
diff options
context:
space:
mode:
authorthegeorg <[email protected]>2025-03-28 11:59:35 +0300
committerthegeorg <[email protected]>2025-03-28 12:15:45 +0300
commitdcaa8f4e65038291a3e15c2f6fd906497f2d77cd (patch)
tree44072455541e7d94844ce5178dfe74a026f5acd5 /yt/cpp/mapreduce/interface/errors.h
parentd665a9c6ff9eced8f2f6a2e53e000de83e0924e0 (diff)
Merge yexception.h and bt_exception.h to prevent include cycle
commit_hash:4a6a74639669cf2836dedbc7b61efb1f43faef1f
Diffstat (limited to 'yt/cpp/mapreduce/interface/errors.h')
-rw-r--r--yt/cpp/mapreduce/interface/errors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/cpp/mapreduce/interface/errors.h b/yt/cpp/mapreduce/interface/errors.h
index 88ffc0b376e..4d7a29784d6 100644
--- a/yt/cpp/mapreduce/interface/errors.h
+++ b/yt/cpp/mapreduce/interface/errors.h
@@ -9,7 +9,7 @@
#include <library/cpp/yson/node/node.h>
-#include <util/generic/bt_exception.h>
+#include <util/generic/yexception.h>
#include <util/generic/guid.h>
#include <util/generic/string.h>
#include <util/generic/vector.h>