diff options
author | yang-g <yangg@google.com> | 2016-06-03 17:30:09 -0700 |
---|---|---|
committer | yang-g <yangg@google.com> | 2016-06-03 17:51:00 -0700 |
commit | 34b5861e5cddda7461a2991b861b9d9788dfa96a (patch) | |
tree | c54c71392b147f48553a3cef7cba26218cb0717d /test/cpp | |
parent | aaee544d69ad53f5b173e9602fa191201c8f52e0 (diff) |
Spliting filegroup.
Diffstat (limited to 'test/cpp')
-rw-r--r-- | test/cpp/util/proto_file_parser.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/util/proto_file_parser.cc b/test/cpp/util/proto_file_parser.cc index cf5cf17df8..25aec329eb 100644 --- a/test/cpp/util/proto_file_parser.cc +++ b/test/cpp/util/proto_file_parser.cc @@ -37,8 +37,8 @@ #include <iostream> #include <sstream> -#include <grpc++/support/config.h> #include <google/protobuf/text_format.h> +#include <grpc++/support/config.h> namespace grpc { namespace testing { |