Skip to content

Commit e0d716b

Browse files
Neural-Link Teamtensorflow-copybara
authored andcommitted
Replace include path for files depending on files in gRPC's grpcpp/impl/codegen directory to their corresponding ones in non-codegen directories
PiperOrigin-RevId: 501220587
1 parent fbfc64b commit e0d716b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

research/carls/base/status_helper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ limitations under the License.
1717
#define NEURAL_STRUCTURED_LEARNING_RESEARCH_CARLS_BASE_STATUS_HELPER_H_
1818

1919
#include "absl/status/status.h"
20-
#include "grpcpp/impl/codegen/client_context.h" // third_party
20+
#include "grpcpp/client_context.h" // third_party
2121
#include "tensorflow/core/platform/status.h"
2222

2323
namespace carls {

research/carls/dynamic_embedding_manager.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ limitations under the License.
2121
#include "absl/status/status.h"
2222
#include "absl/time/time.h"
2323
#include "grpc/support/time.h"
24+
#include "grpcpp/client_context.h" // third_party
2425
#include "grpcpp/create_channel.h" // third_party
25-
#include "grpcpp/impl/codegen/client_context.h" // third_party
2626
#include "grpcpp/security/credentials.h" // third_party
2727
#include "research/carls/base/status_helper.h"
2828
#include "research/carls/memory_store/gaussian_memory_config.pb.h" // proto to pb

0 commit comments

Comments
 (0)