aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/json/writer/json_value.cpp
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2025-03-28 11:59:35 +0300
committerthegeorg <thegeorg@yandex-team.com>2025-03-28 12:15:45 +0300
commitdcaa8f4e65038291a3e15c2f6fd906497f2d77cd (patch)
tree44072455541e7d94844ce5178dfe74a026f5acd5 /library/cpp/json/writer/json_value.cpp
parentd665a9c6ff9eced8f2f6a2e53e000de83e0924e0 (diff)
downloadydb-dcaa8f4e65038291a3e15c2f6fd906497f2d77cd.tar.gz
Merge yexception.h and bt_exception.h to prevent include cycle
commit_hash:4a6a74639669cf2836dedbc7b61efb1f43faef1f
Diffstat (limited to 'library/cpp/json/writer/json_value.cpp')
-rw-r--r--library/cpp/json/writer/json_value.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/json/writer/json_value.cpp b/library/cpp/json/writer/json_value.cpp
index 6d57ef669a7..344a2cd1648 100644
--- a/library/cpp/json/writer/json_value.cpp
+++ b/library/cpp/json/writer/json_value.cpp
@@ -12,7 +12,7 @@
#include <util/string/vector.h>
#include <util/system/yassert.h>
#include <util/ysaveload.h>
-#include <util/generic/bt_exception.h>
+#include <util/generic/yexception.h>
static bool
AreJsonMapsEqual(const NJson::TJsonValue& lhs, const NJson::TJsonValue& rhs) {