File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,9 +109,9 @@ cc_library(
109109 "//src/google/protobuf:port" ,
110110 "//src/google/protobuf/io" ,
111111 "//src/google/protobuf/stubs" ,
112+ "//third_party/gloop/util/status:status_macros" ,
112113 "@abseil-cpp//absl/algorithm:container" ,
113114 "@abseil-cpp//absl/log:absl_check" ,
114- "@abseil-cpp//absl/log:absl_log" ,
115115 "@abseil-cpp//absl/status" ,
116116 "@abseil-cpp//absl/status:statusor" ,
117117 "@abseil-cpp//absl/strings" ,
Original file line number Diff line number Diff line change 1818#include " absl/status/status.h"
1919#include " absl/status/statusor.h"
2020#include " absl/strings/string_view.h"
21+ #include " third_party/gloop/util/status/status_macros.h"
2122#include " google/protobuf/io/zero_copy_stream.h"
22- #include " google/protobuf/stubs/status_macros.h"
2323
2424// Must be included last.
2525#include " google/protobuf/port_def.inc"
You can’t perform that action at this time.
0 commit comments