aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/parse_json.h
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/qps/parse_json.h
parent2ff798629c64cabf0810f030c6eaed14efca60f2 (diff)
Make grpc++ independent of protobuf
Diffstat (limited to 'test/cpp/qps/parse_json.h')
-rw-r--r--test/cpp/qps/parse_json.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/qps/parse_json.h b/test/cpp/qps/parse_json.h
index 4b8ca79f21..42d7d22c53 100644
--- a/test/cpp/qps/parse_json.h
+++ b/test/cpp/qps/parse_json.h
@@ -34,8 +34,8 @@
#ifndef TEST_QPS_PARSE_JSON_H
#define TEST_QPS_PARSE_JSON_H
+#include <grpc++/impl/codegen/config_protobuf.h>
#include <grpc++/support/config.h>
-#include <grpc++/support/config_protobuf.h>
namespace grpc {
namespace testing {