aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/client.h
diff options
context:
space:
mode:
authorGravatar kpayson64 <kpayson@google.com>2018-04-18 15:19:55 -0700
committerGravatar kpayson64 <kpayson@google.com>2018-04-18 22:13:09 -0700
commit7a20c962dfa547a7b7fc1a49e4ff3b2e92eae5e1 (patch)
tree6540b10a39a1511a5878ce1765a0219c6553ad76 /test/cpp/qps/client.h
parent950d8af7f544c80883e774b9f18b2ef4e3e11039 (diff)
Break out qps services into seperate 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 77743a1dee..31ae6ca1fb 100644
--- a/test/cpp/qps/client.h
+++ b/test/cpp/qps/client.h
@@ -31,8 +31,8 @@
#include <grpcpp/support/channel_arguments.h>
#include <grpcpp/support/slice.h>
+#include "src/proto/grpc/testing/benchmark_service.grpc.pb.h"
#include "src/proto/grpc/testing/payloads.pb.h"
-#include "src/proto/grpc/testing/services.grpc.pb.h"
#include "src/cpp/util/core_stats.h"
#include "test/cpp/qps/histogram.h"