aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop/reconnect_interop_client.cc
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2017-03-06 11:23:35 -0800
committerGravatar yang-g <yangg@google.com>2017-03-06 11:23:35 -0800
commitd0084c220e3f3b5a35adbed430942237ef327323 (patch)
tree79911b2a742374d7d63dcbb0ff34f3ada81f8d4a /test/cpp/interop/reconnect_interop_client.cc
parent74f7da26945b7aa4a7108a5b44a735308da202b4 (diff)
Include x.pb.h instead of x.grpc.pb.h for message-only protos
Diffstat (limited to 'test/cpp/interop/reconnect_interop_client.cc')
-rw-r--r--test/cpp/interop/reconnect_interop_client.cc4
1 files changed, 2 insertions, 2 deletions
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 <grpc++/support/channel_arguments.h>
#include <grpc/grpc.h>
#include <grpc/support/log.h>
-#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"