File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,6 @@ cc_library(
210
210
hdrs = ["input_stream_adapter.h" ],
211
211
include_prefix = "tink/cc" ,
212
212
deps = [
213
- "@com_google_absl//absl/status" ,
214
213
"@com_google_absl//absl/status:statusor" ,
215
214
"@com_google_absl//absl/strings" ,
216
215
"@tink_cc//tink:input_stream" ,
@@ -224,8 +223,8 @@ cc_test(
224
223
deps = [
225
224
":input_stream_adapter" ,
226
225
"@com_google_absl//absl/memory" ,
226
+ "@com_google_absl//absl/status" ,
227
227
"@com_google_googletest//:gtest_main" ,
228
- "@tink_cc//tink:input_stream" ,
229
228
"@tink_cc//tink/subtle:random" ,
230
229
"@tink_cc//tink/util:istream_input_stream" ,
231
230
],
Original file line number Diff line number Diff line change 17
17
#include " tink/cc/input_stream_adapter.h"
18
18
19
19
#include < algorithm>
20
+ #include < cstdint>
20
21
#include < string>
21
22
22
- #include " absl/strings/str_cat .h"
23
+ #include " absl/status/statusor .h"
23
24
#include " absl/strings/string_view.h"
24
- #include " tink/util/status.h"
25
- #include " tink/util/statusor.h"
26
25
27
26
namespace crypto {
28
27
namespace tink {
Original file line number Diff line number Diff line change 16
16
17
17
#include " tink/cc/input_stream_adapter.h"
18
18
19
- #include < algorithm >
19
+ #include < memory >
20
20
#include < sstream>
21
21
#include < string>
22
22
#include < utility>
23
23
24
24
#include " gtest/gtest.h"
25
25
#include " absl/memory/memory.h"
26
- #include " tink/input_stream .h"
26
+ #include " absl/status/status .h"
27
27
#include " tink/subtle/random.h"
28
28
#include " tink/util/istream_input_stream.h"
29
29
You can’t perform that action at this time.
0 commit comments