aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2016-06-03 15:21:15 -0700
committerGravatar yang-g <yangg@google.com>2016-06-03 15:21:15 -0700
commit17487f9a22bd57fa05a0b4196bbb19f62ef7eb6c (patch)
treee125238a41ea9c8acd39f2bda1c372b45c20816b /test/cpp/util
parent2ff798629c64cabf0810f030c6eaed14efca60f2 (diff)
Make grpc++ independent of protobuf
Diffstat (limited to 'test/cpp/util')
-rw-r--r--test/cpp/util/byte_buffer_proto_helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/util/byte_buffer_proto_helper.h b/test/cpp/util/byte_buffer_proto_helper.h
index 42cea59e33..007723c691 100644
--- a/test/cpp/util/byte_buffer_proto_helper.h
+++ b/test/cpp/util/byte_buffer_proto_helper.h
@@ -36,8 +36,8 @@
#include <memory>
+#include <grpc++/impl/codegen/config_protobuf.h>
#include <grpc++/support/byte_buffer.h>
-#include <grpc++/support/config_protobuf.h>
namespace grpc {
namespace testing {