diff options
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 { |