Skip to content

Commit

Permalink
Minor cleanup: IWYU, clang-tidy, etc.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 618273802
  • Loading branch information
protobuf-github-bot authored and copybara-github committed Mar 22, 2024
1 parent e56ebce commit 14f712d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions src/google/protobuf/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ cc_library(
deps = [
"//src/google/protobuf:port",
"//src/google/protobuf/stubs:lite",
"@com_google_absl//absl/base:core_headers",
"@com_google_absl//absl/log:absl_check",
"@com_google_absl//absl/log:absl_log",
"@com_google_absl//absl/numeric:bits",
Expand Down
1 change: 1 addition & 0 deletions src/google/protobuf/arena_align.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
#include <cstddef>
#include <cstdint>

#include "google/protobuf/stubs/common.h"
#include "absl/log/absl_check.h"
#include "absl/numeric/bits.h"

Expand Down
8 changes: 4 additions & 4 deletions src/google/protobuf/thread_safe_arena.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
#ifndef GOOGLE_PROTOBUF_THREAD_SAFE_ARENA_H__
#define GOOGLE_PROTOBUF_THREAD_SAFE_ARENA_H__

#include <algorithm>
#include <atomic>
#include <string>
#include <cstddef>
#include <cstdint>
#include <type_traits>
#include <utility>
#include <vector>

#include "absl/base/attributes.h"
#include "absl/synchronization/mutex.h"
#include "google/protobuf/arena_align.h"
#include "google/protobuf/arena_allocation_policy.h"
#include "google/protobuf/arena_cleanup.h"
#include "google/protobuf/arenaz_sampler.h"
#include "google/protobuf/port.h"
#include "google/protobuf/serial_arena.h"
Expand Down

0 comments on commit 14f712d

Please sign in to comment.