diff --git a/test/cpp/util/proto_file_parser.cc b/test/cpp/util/proto_file_parser.cc index db97f0f07b9b3..9298fecac15b5 100644 --- a/test/cpp/util/proto_file_parser.cc +++ b/test/cpp/util/proto_file_parser.cc @@ -18,8 +18,6 @@ #include "test/cpp/util/proto_file_parser.h" -#include - #include #include #include @@ -29,6 +27,8 @@ #include "absl/strings/str_split.h" #include "absl/strings/string_view.h" +#include + namespace grpc { namespace testing { namespace {