From d0084c220e3f3b5a35adbed430942237ef327323 Mon Sep 17 00:00:00 2001 From: yang-g Date: Mon, 6 Mar 2017 11:23:35 -0800 Subject: Include x.pb.h instead of x.grpc.pb.h for message-only protos --- test/cpp/interop/reconnect_interop_client.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/cpp/interop/reconnect_interop_client.cc') diff --git a/test/cpp/interop/reconnect_interop_client.cc b/test/cpp/interop/reconnect_interop_client.cc index 1c2f606637..01d985068d 100644 --- a/test/cpp/interop/reconnect_interop_client.cc +++ b/test/cpp/interop/reconnect_interop_client.cc @@ -40,8 +40,8 @@ #include #include #include -#include "src/proto/grpc/testing/empty.grpc.pb.h" -#include "src/proto/grpc/testing/messages.grpc.pb.h" +#include "src/proto/grpc/testing/empty.pb.h" +#include "src/proto/grpc/testing/messages.pb.h" #include "src/proto/grpc/testing/test.grpc.pb.h" #include "test/cpp/util/create_test_channel.h" #include "test/cpp/util/test_config.h" -- cgit v1.2.3