|
|
@ -43,12 +43,6 @@ |
|
|
|
#include <utility> |
|
|
|
#include <utility> |
|
|
|
|
|
|
|
|
|
|
|
#include "google/protobuf/descriptor.pb.h" |
|
|
|
#include "google/protobuf/descriptor.pb.h" |
|
|
|
#include "google/protobuf/descriptor.h" |
|
|
|
|
|
|
|
#include "google/protobuf/dynamic_message.h" |
|
|
|
|
|
|
|
#include "google/protobuf/generated_enum_reflection.h" |
|
|
|
|
|
|
|
#include "google/protobuf/map_field.h" |
|
|
|
|
|
|
|
#include "google/protobuf/message.h" |
|
|
|
|
|
|
|
#include "google/protobuf/text_format.h" |
|
|
|
|
|
|
|
#include "absl/container/fixed_array.h" |
|
|
|
#include "absl/container/fixed_array.h" |
|
|
|
#include "absl/container/flat_hash_map.h" |
|
|
|
#include "absl/container/flat_hash_map.h" |
|
|
|
#include "absl/log/absl_check.h" |
|
|
|
#include "absl/log/absl_check.h" |
|
|
@ -57,9 +51,15 @@ |
|
|
|
#include "absl/strings/match.h" |
|
|
|
#include "absl/strings/match.h" |
|
|
|
#include "absl/strings/str_cat.h" |
|
|
|
#include "absl/strings/str_cat.h" |
|
|
|
#include "absl/strings/str_format.h" |
|
|
|
#include "absl/strings/str_format.h" |
|
|
|
|
|
|
|
#include "google/protobuf/descriptor.h" |
|
|
|
|
|
|
|
#include "google/protobuf/dynamic_message.h" |
|
|
|
|
|
|
|
#include "google/protobuf/generated_enum_reflection.h" |
|
|
|
#include "google/protobuf/io/printer.h" |
|
|
|
#include "google/protobuf/io/printer.h" |
|
|
|
#include "google/protobuf/io/zero_copy_stream.h" |
|
|
|
#include "google/protobuf/io/zero_copy_stream.h" |
|
|
|
#include "google/protobuf/io/zero_copy_stream_impl.h" |
|
|
|
#include "google/protobuf/io/zero_copy_stream_impl.h" |
|
|
|
|
|
|
|
#include "google/protobuf/map_field.h" |
|
|
|
|
|
|
|
#include "google/protobuf/message.h" |
|
|
|
|
|
|
|
#include "google/protobuf/text_format.h" |
|
|
|
#include "google/protobuf/util/field_comparator.h" |
|
|
|
#include "google/protobuf/util/field_comparator.h" |
|
|
|
|
|
|
|
|
|
|
|
// Always include as last one, otherwise it can break compilation
|
|
|
|
// Always include as last one, otherwise it can break compilation
|
|
|
|