From 1cb3c7ddec24d2a1f1345a9ead2a7d8af089d26b Mon Sep 17 00:00:00 2001 From: cb-robot Date: Thu, 24 Apr 2025 00:01:14 +0000 Subject: [PATCH] Automated change: Fix sanity tests --- test/cpp/util/proto_file_parser.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {