diff options
author | tobo <tobo@yandex-team.com> | 2024-08-10 10:38:22 +0300 |
---|---|---|
committer | tobo <tobo@yandex-team.com> | 2024-08-10 10:47:35 +0300 |
commit | 30567ca5a5e7093fba8a0ff229a253ca90c1eca5 (patch) | |
tree | 92a7e3b5887431afb4d9b86e296e1f2d550dd6bf /library | |
parent | f606bdbedff44a60218a7007de93ee20833c7b17 (diff) | |
download | ydb-30567ca5a5e7093fba8a0ff229a253ca90c1eca5.tar.gz |
remove unused include
в файле инклудится <util/generic/variant.h> и стандартный <variant>. первый не нужен
709de82918fedf806787c2e3e5c45d89ad8c05fd
Diffstat (limited to 'library')
-rw-r--r-- | library/cpp/yson/node/node.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/cpp/yson/node/node.h b/library/cpp/yson/node/node.h index 05459ed472..68c50deadd 100644 --- a/library/cpp/yson/node/node.h +++ b/library/cpp/yson/node/node.h @@ -3,7 +3,6 @@ #include <util/generic/bt_exception.h> #include <util/generic/cast.h> #include <util/generic/hash.h> -#include <util/generic/variant.h> #include <util/generic/vector.h> #include <util/generic/yexception.h> #include <util/generic/ylimits.h> |