Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 709663227
  • Loading branch information
protobuf-github-bot authored and copybara-github committed Dec 28, 2024
1 parent dbacaf5 commit 986faed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/google/protobuf/util/field_comparator.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include <string>
#include <vector>

#include "google/protobuf/stubs/common.h"
#include "base/types.h"
#include "absl/container/flat_hash_map.h"
#include "absl/strings/string_view.h"
#include "google/protobuf/port.h"
Expand Down
2 changes: 1 addition & 1 deletion src/google/protobuf/util/message_differencer_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include <string>
#include <vector>

#include "google/protobuf/stubs/common.h"
#include "base/types.h"
#include <gmock/gmock.h>
#include "google/protobuf/testing/googletest.h"
#include <gtest/gtest.h>
Expand Down

0 comments on commit 986faed

Please sign in to comment.