diff --git a/protos/protos.h b/protos/protos.h index ffd849b9c2..ca01c1e282 100644 --- a/protos/protos.h +++ b/protos/protos.h @@ -26,12 +26,9 @@ using hpb::internal::Serialize; using hpb::internal::SetExtension; using hpb::interop::upb::GetMiniTable; } // namespace internal -using hpb::CreateMessage; using hpb::Parse; using hpb::Serialize; -using hpb::ClearExtension; -using hpb::ExtensionNotFoundError; using hpb::ExtensionNumber; using hpb::GetExtension; using hpb::HasExtension;