File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ use async_trait::async_trait;
3
3
#[ cfg( target_os = "android" ) ]
4
4
use futures:: channel:: mpsc;
5
5
use hyper:: body:: Incoming ;
6
+ use mullvad_types:: account:: { AccountData , AccountNumber , VoucherSubmission } ;
6
7
#[ cfg( target_os = "android" ) ]
7
8
use mullvad_types:: account:: { PlayPurchase , PlayPurchasePaymentToken } ;
8
- use mullvad_types:: {
9
- account:: { AccountData , AccountNumber , VoucherSubmission } ,
10
- version:: AppVersion ,
11
- } ;
9
+ #[ cfg( not( target_os = "ios" ) ) ]
10
+ use mullvad_types:: version:: AppVersion ;
11
+ #[ cfg( not( target_os = "ios" ) ) ]
12
12
use mullvad_update:: version:: { VersionInfo , VersionParameters } ;
13
13
use proxy:: { ApiConnectionMode , ConnectionModeProvider } ;
14
14
use std:: {
@@ -20,6 +20,7 @@ use std::{
20
20
sync:: Arc ,
21
21
} ;
22
22
use talpid_types:: ErrorExt ;
23
+ #[ cfg( not( target_os = "ios" ) ) ]
23
24
use vec1:: vec1;
24
25
25
26
pub mod availability;
You can’t perform that action at this time.
0 commit comments