diff --git a/src/google/protobuf/json/BUILD b/src/google/protobuf/json/BUILD index 354417b97e17d..82fd59edb1493 100644 --- a/src/google/protobuf/json/BUILD +++ b/src/google/protobuf/json/BUILD @@ -109,9 +109,9 @@ cc_library( "//src/google/protobuf:port", "//src/google/protobuf/io", "//src/google/protobuf/stubs", + "//third_party/gloop/util/status:status_macros", "@abseil-cpp//absl/algorithm:container", "@abseil-cpp//absl/log:absl_check", - "@abseil-cpp//absl/log:absl_log", "@abseil-cpp//absl/status", "@abseil-cpp//absl/status:statusor", "@abseil-cpp//absl/strings", diff --git a/src/google/protobuf/json/internal/zero_copy_buffered_stream.h b/src/google/protobuf/json/internal/zero_copy_buffered_stream.h index 1f61a55e14b46..1c56fd02f4ec5 100644 --- a/src/google/protobuf/json/internal/zero_copy_buffered_stream.h +++ b/src/google/protobuf/json/internal/zero_copy_buffered_stream.h @@ -18,8 +18,8 @@ #include "absl/status/status.h" #include "absl/status/statusor.h" #include "absl/strings/string_view.h" +#include "third_party/gloop/util/status/status_macros.h" #include "google/protobuf/io/zero_copy_stream.h" -#include "google/protobuf/stubs/status_macros.h" // Must be included last. #include "google/protobuf/port_def.inc"