Removed upb-generated headers from status_helper.h (#26129)

pull/26065/head^2
Esun Kim 4 years ago committed by GitHub
parent b1955c89bb
commit fb6669b171
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      src/core/lib/gprpp/status_helper.h

@ -22,10 +22,14 @@
#include <grpc/support/port_platform.h>
#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

Loading…
Cancel
Save