Skip to content

Commit f06ed32

Browse files
committed
fix
1 parent 11bafe1 commit f06ed32

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

ydb/core/kqp/tests/tpch/cmd_run_bench.cpp

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
#include "cmd_run_bench.h"
22

33
#include <ydb/core/protos/console_config.pb.h>
4-
#if __has_include("contrib/ydb/core/protos/console_config.deps.pb.h")
5-
#include <ydb/core/protos/console_config.deps.pb.h> // Y_IGNORE
6-
#endif
4+
#include <ydb/core/protos/console_config.deps.pb.h>
75
#include <ydb/core/protos/grpc.pb.h>
8-
#if __has_include("contrib/ydb/core/protos/grpc.deps.pb.h")
9-
#include <ydb/core/protos/grpc.deps.pb.h> // Y_IGNORE
10-
#endif
6+
#include <ydb/core/protos/grpc.deps.pb.h>
117
#include <ydb/core/protos/grpc.grpc.pb.h>
128
#include <ydb/core/kqp/tests/tpch/lib/tpch_runner.h>
139
#include <ydb/public/lib/yson_value/ydb_yson_value.cpp>

0 commit comments

Comments
 (0)