File tree Expand file tree Collapse file tree 5 files changed +2
-11
lines changed
src/google/protobuf/compiler/rust Expand file tree Collapse file tree 5 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 1212#include < utility>
1313#include < vector>
1414
15- #include " absl/algorithm/container.h"
1615#include " absl/container/flat_hash_map.h"
1716#include " absl/container/flat_hash_set.h"
1817#include " absl/memory/memory.h"
1918#include " absl/status/status.h"
2019#include " absl/status/statusor.h"
2120#include " absl/strings/escaping.h"
2221#include " absl/strings/match.h"
23- #include " absl/strings/str_cat.h"
2422#include " absl/strings/str_replace.h"
2523#include " absl/strings/string_view.h"
26- #include " absl/strings/strip.h"
2724#include " absl/types/span.h"
2825#include " google/protobuf/compiler/code_generator.h"
2926#include " google/protobuf/compiler/cpp/names.h"
Original file line number Diff line number Diff line change 1111#include < cstdint>
1212#include < string>
1313
14+ #include " google/protobuf/descriptor.pb.h"
1415#include " google/protobuf/compiler/code_generator.h"
1516
1617// Must be included last.
Original file line number Diff line number Diff line change 1414
1515#include " absl/log/absl_check.h"
1616#include " absl/log/absl_log.h"
17- #include " absl/strings/ascii.h"
18- #include " absl/strings/str_replace.h"
1917#include " absl/strings/string_view.h"
2018#include " google/protobuf/compiler/cpp/helpers.h"
2119#include " google/protobuf/compiler/cpp/names.h"
Original file line number Diff line number Diff line change 11#include " google/protobuf/compiler/rust/naming.h"
22
3- #include < string>
4- #include < vector>
5-
63#include < gtest/gtest.h>
7- #include " absl/container/flat_hash_map.h"
84#include " google/protobuf/descriptor.h"
9- #include " google/protobuf/io/zero_copy_stream_impl_lite.h"
105
116using google::protobuf::compiler::rust::CamelToSnakeCase;
127using google::protobuf::compiler::rust::RustInternalModuleName;
Original file line number Diff line number Diff line change 77
88#include " google/protobuf/compiler/rust/relative_path.h"
99
10- #include < gmock/gmock.h>
1110#include < gtest/gtest.h>
11+ #include " absl/strings/string_view.h"
1212
1313namespace google {
1414namespace protobuf {
You can’t perform that action at this time.
0 commit comments