|
|
|
@ -39,11 +39,9 @@ |
|
|
|
|
#include <utility> |
|
|
|
|
#include <vector> |
|
|
|
|
|
|
|
|
|
#include "google/protobuf/stubs/common.h" |
|
|
|
|
#include "absl/base/attributes.h" |
|
|
|
|
#include "absl/base/call_once.h" |
|
|
|
|
#include "absl/base/optimization.h" |
|
|
|
|
#include "absl/container/btree_map.h" |
|
|
|
|
#include "absl/container/flat_hash_map.h" |
|
|
|
|
#include "absl/functional/any_invocable.h" |
|
|
|
|
#include "absl/functional/function_ref.h" |
|
|
|
@ -52,7 +50,6 @@ |
|
|
|
|
#include "absl/strings/str_format.h" |
|
|
|
|
#include "absl/strings/string_view.h" |
|
|
|
|
#include "absl/synchronization/mutex.h" |
|
|
|
|
#include "absl/types/optional.h" |
|
|
|
|
#include "google/protobuf/descriptor_lite.h" |
|
|
|
|
#include "google/protobuf/extension_set.h" |
|
|
|
|
#include "google/protobuf/port.h" |
|
|
|
|