We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11bafe1 commit f06ed32Copy full SHA for f06ed32
ydb/core/kqp/tests/tpch/cmd_run_bench.cpp
@@ -1,13 +1,9 @@
1
#include "cmd_run_bench.h"
2
3
#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
+#include <ydb/core/protos/console_config.deps.pb.h>
7
#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
+#include <ydb/core/protos/grpc.deps.pb.h>
11
#include <ydb/core/protos/grpc.grpc.pb.h>
12
#include <ydb/core/kqp/tests/tpch/lib/tpch_runner.h>
13
#include <ydb/public/lib/yson_value/ydb_yson_value.cpp>
0 commit comments