Internal change

PiperOrigin-RevId: 486979341
pull/10926/head
Mike Kruskal 2 years ago committed by Copybara-Service
parent 60a84c347d
commit 3202b9da88
  1. 1
      src/google/protobuf/util/delimited_message_util.cc
  2. 6
      src/google/protobuf/util/message_differencer.cc

@ -32,6 +32,7 @@
// See https://github.com/protocolbuffers/protobuf/pull/710 for details.
#include "google/protobuf/util/delimited_message_util.h"
#include "google/protobuf/io/coded_stream.h"
namespace google {

@ -44,9 +44,6 @@
#include "google/protobuf/stubs/logging.h"
#include "google/protobuf/stubs/common.h"
#include "google/protobuf/io/printer.h"
#include "google/protobuf/io/zero_copy_stream.h"
#include "google/protobuf/io/zero_copy_stream_impl.h"
#include "google/protobuf/descriptor.pb.h"
#include "google/protobuf/descriptor.h"
#include "google/protobuf/dynamic_message.h"
@ -59,6 +56,9 @@
#include "absl/strings/match.h"
#include "absl/strings/str_cat.h"
#include "absl/strings/str_format.h"
#include "google/protobuf/io/printer.h"
#include "google/protobuf/io/zero_copy_stream.h"
#include "google/protobuf/io/zero_copy_stream_impl.h"
#include "google/protobuf/util/field_comparator.h"
// Always include as last one, otherwise it can break compilation

Loading…
Cancel
Save