From dcaa8f4e65038291a3e15c2f6fd906497f2d77cd Mon Sep 17 00:00:00 2001 From: thegeorg Date: Fri, 28 Mar 2025 11:59:35 +0300 Subject: Merge yexception.h and bt_exception.h to prevent include cycle commit_hash:4a6a74639669cf2836dedbc7b61efb1f43faef1f --- library/cpp/codecs/codecs.h | 2 +- library/cpp/config/config.h | 2 +- library/cpp/json/writer/json_value.cpp | 2 +- library/cpp/testing/benchmark/examples/main.cpp | 2 +- library/cpp/testing/unittest/registar.cpp | 2 +- library/cpp/testing/unittest/registar.h | 2 +- library/cpp/yson/node/node.h | 2 +- library/cpp/yson_pull/read_ops.h | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'library/cpp') diff --git a/library/cpp/codecs/codecs.h b/library/cpp/codecs/codecs.h index cc5e72b2850..c5aa177c665 100644 --- a/library/cpp/codecs/codecs.h +++ b/library/cpp/codecs/codecs.h @@ -2,7 +2,7 @@ #include "sample.h" -#include +#include #include #include #include diff --git a/library/cpp/config/config.h b/library/cpp/config/config.h index 16d2d7edf93..2b53cca9525 100644 --- a/library/cpp/config/config.h +++ b/library/cpp/config/config.h @@ -11,7 +11,7 @@ #include #include #include -#include +#include #include class IInputStream; 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 #include #include -#include +#include static bool AreJsonMapsEqual(const NJson::TJsonValue& lhs, const NJson::TJsonValue& rhs) { diff --git a/library/cpp/testing/benchmark/examples/main.cpp b/library/cpp/testing/benchmark/examples/main.cpp index ddd8b05ffc7..f3b737f1850 100644 --- a/library/cpp/testing/benchmark/examples/main.cpp +++ b/library/cpp/testing/benchmark/examples/main.cpp @@ -4,7 +4,7 @@ #include #include #include -#include +#include Y_CPU_BENCHMARK(F, iface) { TVector x; diff --git a/library/cpp/testing/unittest/registar.cpp b/library/cpp/testing/unittest/registar.cpp index 675d1f60030..d48f13813e3 100644 --- a/library/cpp/testing/unittest/registar.cpp +++ b/library/cpp/testing/unittest/registar.cpp @@ -3,7 +3,7 @@ #include #include -#include +#include #include #include #include diff --git a/library/cpp/testing/unittest/registar.h b/library/cpp/testing/unittest/registar.h index 312796ccf03..c65c79e79f4 100644 --- a/library/cpp/testing/unittest/registar.h +++ b/library/cpp/testing/unittest/registar.h @@ -2,7 +2,7 @@ #include -#include +#include #include #include #include diff --git a/library/cpp/yson/node/node.h b/library/cpp/yson/node/node.h index 2e60dd1abd3..1bce18fed50 100644 --- a/library/cpp/yson/node/node.h +++ b/library/cpp/yson/node/node.h @@ -1,6 +1,6 @@ #pragma once -#include +#include #include #include #include diff --git a/library/cpp/yson_pull/read_ops.h b/library/cpp/yson_pull/read_ops.h index 5c084983ead..c55b510b88f 100644 --- a/library/cpp/yson_pull/read_ops.h +++ b/library/cpp/yson_pull/read_ops.h @@ -3,7 +3,7 @@ #include "reader.h" #include -#include +#include #include #include -- cgit v1.3