Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 689212954
  • Loading branch information
protobuf-github-bot authored and copybara-github committed Oct 24, 2024
1 parent 7f6e90b commit c07ec13
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/descriptor.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#include <utility>
#include <vector>

#include "google/protobuf/stubs/common.h"
#include "base/types.h"
#include "absl/base/attributes.h"
#include "absl/base/call_once.h"
#include "absl/container/btree_map.h"
Expand Down
2 changes: 1 addition & 1 deletion src/google/protobuf/extension_set.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include <utility>
#include <vector>

#include "google/protobuf/stubs/common.h"
#include "base/types.h"
#include "absl/base/call_once.h"
#include "absl/base/casts.h"
#include "absl/base/prefetch.h"
Expand Down

0 comments on commit c07ec13

Please sign in to comment.