File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ cc_library(
2929 features = ["-use_header_modules" ],
3030 visibility = ["//visibility:public" ],
3131 deps = [
32+ "//core:status_macros" ,
3233 "@com_google_absl//absl/base:core_headers" ,
3334 "@com_google_absl//absl/cleanup" ,
3435 "@com_google_absl//absl/log" ,
3536 "@com_google_absl//absl/log:absl_check" ,
3637 "@com_google_absl//absl/status" ,
37- "@com_google_absl//absl/status:status_macros" ,
3838 "@com_google_absl//absl/status:statusor" ,
3939 "@com_google_absl//absl/strings" ,
4040 "@com_google_absl//absl/synchronization" ,
Original file line number Diff line number Diff line change 4040#include " absl/log/absl_check.h"
4141#include " absl/log/log.h"
4242#include " absl/status/status.h"
43- #include " absl/status/status_macros.h"
4443#include " absl/strings/str_cat.h"
4544#include " absl/strings/str_split.h"
4645#include " absl/synchronization/mutex.h"
4746#include " xla/tsl/platform/errors.h"
4847#include " xla/tsl/platform/statusor.h"
48+ #include " core/status_macros.h"
4949
5050namespace tpu_raiden {
5151namespace transport {
You can’t perform that action at this time.
0 commit comments