diff --git a/hpb/internal/BUILD b/hpb/internal/BUILD index 5e8c13c093..034498706d 100644 --- a/hpb/internal/BUILD +++ b/hpb/internal/BUILD @@ -24,7 +24,9 @@ cc_library( cc_library( name = "internal", hdrs = ["internal.h"], - visibility = ["//hpb:__subpackages__"], + visibility = [ + "//hpb:__subpackages__", + ], deps = [ "//upb:mem", "//upb:message", diff --git a/protos/protos.h b/protos/protos.h index 2879ae7e99..bb53c12614 100644 --- a/protos/protos.h +++ b/protos/protos.h @@ -10,12 +10,10 @@ namespace protos { namespace internal { using hpb::internal::GetInternalMsg; -using hpb::internal::PrivateAccess; using hpb::internal::Serialize; using hpb::internal::SetExtension; } // namespace internal - using hpb::Arena; using hpb::Ptr; } // namespace protos