File tree Expand file tree Collapse file tree
src/google/protobuf/compiler/rust Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ cc_test(
128128 srcs = ["relative_path_test.cc" ],
129129 deps = [
130130 ":relative_path" ,
131+ "@abseil-cpp//absl/strings:string_view" ,
131132 "@googletest//:gtest" ,
132133 "@googletest//:gtest_main" ,
133134 ],
Original file line number Diff line number Diff line change 2323#include " absl/strings/str_cat.h"
2424#include " absl/strings/str_replace.h"
2525#include " absl/strings/string_view.h"
26- #include " absl/strings/strip.h"
2726#include " absl/types/span.h"
2827#include " google/protobuf/compiler/code_generator.h"
2928#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
33#include < string>
4- #include < vector>
54
65#include < gtest/gtest.h>
7- #include " absl/container/flat_hash_map.h"
86#include " google/protobuf/descriptor.h"
9- #include " google/protobuf/io/zero_copy_stream_impl_lite.h"
107
118using google::protobuf::compiler::rust::CamelToSnakeCase;
129using 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