From fb6669b17150e56f20f95f71b31f7055960affd3 Mon Sep 17 00:00:00 2001 From: Esun Kim Date: Thu, 29 Apr 2021 18:25:01 -0700 Subject: [PATCH] Removed upb-generated headers from status_helper.h (#26129) --- src/core/lib/gprpp/status_helper.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/core/lib/gprpp/status_helper.h b/src/core/lib/gprpp/status_helper.h index ab35f96296a..e9eb82de9bf 100644 --- a/src/core/lib/gprpp/status_helper.h +++ b/src/core/lib/gprpp/status_helper.h @@ -22,10 +22,14 @@ #include #include "absl/status/status.h" -#include "google/rpc/status.upb.h" #include "src/core/lib/gprpp/debug_location.h" +extern "C" { +struct google_rpc_Status; +struct upb_arena; +} + namespace grpc_core { /// This enum should have the same value of grpc_error_ints