diff options
author | Craig Tiller <ctiller@google.com> | 2017-03-16 10:56:58 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-03-16 10:56:58 -0700 |
commit | 22b182ba9cfc277cca32f3aae86ca626da4081b1 (patch) | |
tree | ae9b9008c8ae2be031ed6f659bda1f2a9e180ec3 /test/cpp/interop/http2_client.h | |
parent | 958cc5f95b4773d5400adda2b20c68618e033da9 (diff) | |
parent | c6a4539f80a6f3b97b29628c413c7f7eb62d9420 (diff) |
Merge github.com:grpc/grpc into new_transport_op
Diffstat (limited to 'test/cpp/interop/http2_client.h')
-rw-r--r-- | test/cpp/interop/http2_client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/interop/http2_client.h b/test/cpp/interop/http2_client.h index 12df5d26bc..e57d695205 100644 --- a/test/cpp/interop/http2_client.h +++ b/test/cpp/interop/http2_client.h @@ -38,7 +38,7 @@ #include <grpc++/channel.h> #include <grpc/grpc.h> -#include "src/proto/grpc/testing/messages.grpc.pb.h" +#include "src/proto/grpc/testing/messages.pb.h" #include "src/proto/grpc/testing/test.grpc.pb.h" namespace grpc { |