Internal Changes

PiperOrigin-RevId: 496999447
pull/11364/head
Mike Kruskal 2 years ago committed by Copybara-Service
parent 2dcd7d8f70
commit 84f51356d7
  1. 1
      src/google/protobuf/arena.h
  2. 1
      src/google/protobuf/descriptor.h
  3. 1
      src/google/protobuf/descriptor_database.h
  4. 1
      src/google/protobuf/dynamic_message.h
  5. 1
      src/google/protobuf/extension_set.h
  6. 1
      src/google/protobuf/generated_enum_reflection.h
  7. 1
      src/google/protobuf/generated_enum_util.h
  8. 1
      src/google/protobuf/map.h
  9. 1
      src/google/protobuf/message.h
  10. 1
      src/google/protobuf/message_lite.h
  11. 1
      src/google/protobuf/reflection.h
  12. 1
      src/google/protobuf/repeated_field.h
  13. 2
      src/google/protobuf/repeated_ptr_field.h
  14. 1
      src/google/protobuf/service.h
  15. 1
      src/google/protobuf/text_format.h
  16. 1
      src/google/protobuf/unknown_field_set.h
  17. 1
      src/google/protobuf/util/delimited_message_util.h
  18. 1
      src/google/protobuf/util/field_comparator.h
  19. 2
      src/google/protobuf/util/json_util.h
  20. 4
      src/google/protobuf/util/message_differencer.h
  21. 1
      src/google/protobuf/wire_format.h
  22. 1
      src/google/protobuf/wire_format_lite.h

@ -33,7 +33,6 @@
#ifndef GOOGLE_PROTOBUF_ARENA_H__
#define GOOGLE_PROTOBUF_ARENA_H__
#include <limits>
#include <type_traits>
#include <utility>

@ -72,7 +72,6 @@
#include "absl/synchronization/mutex.h"
#include "google/protobuf/port.h"
// Must be included last.
#include "google/protobuf/port_def.inc"

@ -37,7 +37,6 @@
#ifndef GOOGLE_PROTOBUF_DESCRIPTOR_DATABASE_H__
#define GOOGLE_PROTOBUF_DESCRIPTOR_DATABASE_H__
#include <map>
#include <string>
#include <utility>

@ -38,7 +38,6 @@
#ifndef GOOGLE_PROTOBUF_DYNAMIC_MESSAGE_H__
#define GOOGLE_PROTOBUF_DYNAMIC_MESSAGE_H__
#include <algorithm>
#include <memory>
#include <vector>

@ -38,7 +38,6 @@
#ifndef GOOGLE_PROTOBUF_EXTENSION_SET_H__
#define GOOGLE_PROTOBUF_EXTENSION_SET_H__
#include <algorithm>
#include <cassert>
#include <map>

@ -39,7 +39,6 @@
#ifndef GOOGLE_PROTOBUF_GENERATED_ENUM_REFLECTION_H__
#define GOOGLE_PROTOBUF_GENERATED_ENUM_REFLECTION_H__
#include <string>
#include "google/protobuf/port.h"

@ -31,7 +31,6 @@
#ifndef GOOGLE_PROTOBUF_GENERATED_ENUM_UTIL_H__
#define GOOGLE_PROTOBUF_GENERATED_ENUM_UTIL_H__
#include <type_traits>
#include "absl/strings/string_view.h"

@ -37,7 +37,6 @@
#ifndef GOOGLE_PROTOBUF_MAP_H__
#define GOOGLE_PROTOBUF_MAP_H__
#include <algorithm>
#include <functional>
#include <initializer_list>

@ -110,7 +110,6 @@
#ifndef GOOGLE_PROTOBUF_MESSAGE_H__
#define GOOGLE_PROTOBUF_MESSAGE_H__
#include <iosfwd>
#include <string>
#include <type_traits>

@ -39,7 +39,6 @@
#ifndef GOOGLE_PROTOBUF_MESSAGE_LITE_H__
#define GOOGLE_PROTOBUF_MESSAGE_LITE_H__
#include <climits>
#include <iosfwd>
#include <string>

@ -33,7 +33,6 @@
#ifndef GOOGLE_PROTOBUF_REFLECTION_H__
#define GOOGLE_PROTOBUF_REFLECTION_H__
#include <memory>
#include "google/protobuf/message.h"

@ -44,7 +44,6 @@
#ifndef GOOGLE_PROTOBUF_REPEATED_FIELD_H__
#define GOOGLE_PROTOBUF_REPEATED_FIELD_H__
#include <algorithm>
#include <iterator>
#include <limits>

@ -41,8 +41,6 @@
//
// This header covers RepeatedPtrField.
// IWYU pragma: private, include "net/proto2/public/repeated_field.h"
#ifndef GOOGLE_PROTOBUF_REPEATED_PTR_FIELD_H__
#define GOOGLE_PROTOBUF_REPEATED_PTR_FIELD_H__

@ -100,7 +100,6 @@
#ifndef GOOGLE_PROTOBUF_SERVICE_H__
#define GOOGLE_PROTOBUF_SERVICE_H__
#include <string>
#include "google/protobuf/stubs/callback.h"

@ -38,7 +38,6 @@
#ifndef GOOGLE_PROTOBUF_TEXT_FORMAT_H__
#define GOOGLE_PROTOBUF_TEXT_FORMAT_H__
#include <atomic>
#include <map>
#include <memory>

@ -38,7 +38,6 @@
#ifndef GOOGLE_PROTOBUF_UNKNOWN_FIELD_SET_H__
#define GOOGLE_PROTOBUF_UNKNOWN_FIELD_SET_H__
#include <assert.h>
#include <string>

@ -34,7 +34,6 @@
#ifndef GOOGLE_PROTOBUF_UTIL_DELIMITED_MESSAGE_UTIL_H__
#define GOOGLE_PROTOBUF_UTIL_DELIMITED_MESSAGE_UTIL_H__
#include <ostream>
#include "google/protobuf/message_lite.h"

@ -33,7 +33,6 @@
#ifndef GOOGLE_PROTOBUF_UTIL_FIELD_COMPARATOR_H__
#define GOOGLE_PROTOBUF_UTIL_FIELD_COMPARATOR_H__
#include <cstdint>
#include <map>
#include <string>

@ -34,8 +34,6 @@
#define GOOGLE_PROTOBUF_UTIL_JSON_UTIL_H__
#include "absl/base/attributes.h"
#include "google/protobuf/json/json.h"
namespace google {

@ -43,9 +43,6 @@
#ifndef GOOGLE_PROTOBUF_UTIL_MESSAGE_DIFFERENCER_H__
#define GOOGLE_PROTOBUF_UTIL_MESSAGE_DIFFERENCER_H__
#include "google/protobuf/stubs/logging.h"
#include <functional>
#include <map>
#include <memory>
@ -58,6 +55,7 @@
#include "google/protobuf/unknown_field_set.h"
#include "google/protobuf/stubs/common.h"
#include "absl/container/fixed_array.h"
#include "google/protobuf/stubs/logging.h"
#include "google/protobuf/util/field_comparator.h"
// Always include as last one, otherwise it can break compilation

@ -39,7 +39,6 @@
#ifndef GOOGLE_PROTOBUF_WIRE_FORMAT_H__
#define GOOGLE_PROTOBUF_WIRE_FORMAT_H__
#include "google/protobuf/stubs/common.h"
#include "absl/base/casts.h"
#include "google/protobuf/descriptor.h"

@ -40,7 +40,6 @@
#ifndef GOOGLE_PROTOBUF_WIRE_FORMAT_LITE_H__
#define GOOGLE_PROTOBUF_WIRE_FORMAT_LITE_H__
#include <limits>
#include <string>

Loading…
Cancel
Save