diff options
author | uzhas <uzhas@ydb.tech> | 2023-01-27 20:00:48 +0300 |
---|---|---|
committer | uzhas <uzhas@ydb.tech> | 2023-01-27 20:00:48 +0300 |
commit | 2bd1d67cb32caec6be7d2c9cc6e69af1c36b685a (patch) | |
tree | bd202441d5caeddc903913a0f2bbc41d4decd70d | |
parent | e82ace91ad0eb705a39c4542d5c8a84a999a7120 (diff) | |
download | ydb-2bd1d67cb32caec6be7d2c9cc6e69af1c36b685a.tar.gz |
use fq scope.h
-rw-r--r-- | ydb/services/yq/ut_integration/yq_ut.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/services/yq/ut_integration/yq_ut.cpp b/ydb/services/yq/ut_integration/yq_ut.cpp index c1dd9b7c0c5..b7a3640ad47 100644 --- a/ydb/services/yq/ut_integration/yq_ut.cpp +++ b/ydb/services/yq/ut_integration/yq_ut.cpp @@ -3,6 +3,7 @@ #include <ydb/public/lib/fq/fq.h> #include <ydb/public/lib/fq/helpers.h> +#include <ydb/public/lib/fq/scope.h> #include <ydb/core/yq/libs/db_schema/db_schema.h> #include <ydb/core/yq/libs/mock/yql_mock.h> #include <ydb/core/yq/libs/private_client/private_client.h> @@ -18,7 +19,6 @@ #include "ut_utils.h" #include <google/protobuf/util/time_util.h> -#include <ydb/public/lib/yq/scope.h> #include <util/system/hostname.h> #include <util/string/split.h> |