aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/client.h
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/qps/client.h
parent74f7da26945b7aa4a7108a5b44a735308da202b4 (diff)
Include x.pb.h instead of x.grpc.pb.h for message-only protos
Diffstat (limited to 'test/cpp/qps/client.h')
-rw-r--r--test/cpp/qps/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/qps/client.h b/test/cpp/qps/client.h
index baa9304cc2..25a19a5a74 100644
--- a/test/cpp/qps/client.h
+++ b/test/cpp/qps/client.h
@@ -46,7 +46,7 @@
#include <grpc/support/log.h>
#include <grpc/support/time.h>
-#include "src/proto/grpc/testing/payloads.grpc.pb.h"
+#include "src/proto/grpc/testing/payloads.pb.h"
#include "src/proto/grpc/testing/services.grpc.pb.h"
#include "test/cpp/qps/histogram.h"