Skip to content

Commit d144be6

Browse files
committed
fix clang14 build
1 parent f83e6e3 commit d144be6

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

ydb/core/tx/schemeshard/ut_base/ut_table_pg_types.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#include <ydb/core/tx/schemeshard/ut_helpers/helpers.h>
2-
#include <ydb/public/sdk/cpp/client/ydb_table/table.h>
32

43
using namespace NKikimr;
54
using namespace NSchemeShard;

ydb/core/tx/schemeshard/ut_helpers/helpers.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
#include <ydb/core/util/pb.h>
1818
#include <ydb/public/api/protos/ydb_export.pb.h>
19-
#include <ydb/public/sdk/cpp/client/ydb_table/table.h>
2019

2120
#include <library/cpp/testing/unittest/registar.h>
2221

ydb/core/tx/schemeshard/ut_helpers/helpers.h

+1-4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
#include <ydb/library/yql/minikql/mkql_alloc.h>
2222
#include <ydb/library/yql/minikql/mkql_node_serialization.h>
23+
#include <ydb/public/sdk/cpp/client/ydb_table/table.h>
2324

2425
#include <util/stream/null.h>
2526

@@ -62,10 +63,6 @@
6263
template<bool OPT1, bool OPT2> \
6364
void N(NUnitTest::TTestContext&)
6465

65-
namespace NYdb::NTable {
66-
struct TGlobalIndexSettings;
67-
}
68-
6966
namespace NSchemeShardUT_Private {
7067
using namespace NKikimr;
7168

0 commit comments

Comments
 (0)