Skip to content

Commit

Permalink
Add support for proto2::ArenaSafeUniquePtr to cel::Unique
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 647788525
  • Loading branch information
jcking authored and copybara-github committed Jun 28, 2024
1 parent cad62f0 commit befce4d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion common/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,6 @@ cc_test(
":native_type",
"//common/internal:reference_count",
"//internal:testing",
"@com_google_absl//absl/base:config",
"@com_google_absl//absl/base:nullability",
"@com_google_absl//absl/debugging:leak_check",
"@com_google_absl//absl/log:absl_check",
Expand Down
1 change: 0 additions & 1 deletion common/memory_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#include <utility>

#include "google/protobuf/struct.pb.h"
#include "absl/base/config.h" // IWYU pragma: keep
#include "absl/base/nullability.h"
#include "absl/debugging/leak_check.h"
#include "absl/log/absl_check.h"
Expand Down

0 comments on commit befce4d

Please # to comment.