Skip to content

Commit 367fdb9

Browse files
authored
Do not include "base/base.h" just for NYdbGrpc::IRequestContextBase (#10116)
1 parent 50bc0af commit 367fdb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/public_http/grpc_request_context_wrapper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#include "http_req.h"
44

5-
#include <ydb/core/grpc_services/base/base.h>
5+
#include <ydb/library/grpc/server/grpc_request_base.h>
66
#include <ydb/core/viewer/json/json.h>
77
#include <ydb/library/actors/http/http_proxy.h>
88

0 commit comments

Comments
 (0)