File tree 3 files changed +1
-6
lines changed
3 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 1
1
#include < ydb/core/tx/schemeshard/ut_helpers/helpers.h>
2
- #include < ydb/public/sdk/cpp/client/ydb_table/table.h>
3
2
4
3
using namespace NKikimr ;
5
4
using namespace NSchemeShard ;
Original file line number Diff line number Diff line change 16
16
17
17
#include < ydb/core/util/pb.h>
18
18
#include < ydb/public/api/protos/ydb_export.pb.h>
19
- #include < ydb/public/sdk/cpp/client/ydb_table/table.h>
20
19
21
20
#include < library/cpp/testing/unittest/registar.h>
22
21
Original file line number Diff line number Diff line change 20
20
21
21
#include < ydb/library/yql/minikql/mkql_alloc.h>
22
22
#include < ydb/library/yql/minikql/mkql_node_serialization.h>
23
+ #include < ydb/public/sdk/cpp/client/ydb_table/table.h>
23
24
24
25
#include < util/stream/null.h>
25
26
62
63
template <bool OPT1, bool OPT2> \
63
64
void N (NUnitTest::TTestContext&)
64
65
65
- namespace NYdb::NTable {
66
- struct TGlobalIndexSettings ;
67
- }
68
-
69
66
namespace NSchemeShardUT_Private {
70
67
using namespace NKikimr ;
71
68
You can’t perform that action at this time.
0 commit comments