Skip to content

Commit 9cb594d

Browse files
committed
removed unused stuff
1 parent df784bd commit 9cb594d

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

MatrixSDK/Crypto/MXCrypto.m

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -19,42 +19,6 @@
1919

2020
#import "MXCrypto.h"
2121

22-
#import "MXCrypto_Private.h"
23-
24-
#import "MXSession.h"
25-
#import "MXTools.h"
26-
27-
#import "MXOlmDevice.h"
28-
#import "MXUsersDevicesMap.h"
29-
#import "MXDeviceInfo.h"
30-
#import "MXKey.h"
31-
32-
#import "MXRealmCryptoStore.h"
33-
#import "MXCryptoMigration.h"
34-
35-
#import "MXMegolmSessionData.h"
36-
#import "MXMegolmExportEncryption.h"
37-
38-
#import "MXOutgoingRoomKeyRequestManager.h"
39-
#import "MXIncomingRoomKeyRequestManager.h"
40-
41-
#import "MXSecretStorage_Private.h"
42-
#import "MXSecretShareManager_Private.h"
43-
#import "MXRecoveryService_Private.h"
44-
45-
#import "MXKeyVerificationManager_Private.h"
46-
#import "MXDeviceInfo_Private.h"
47-
#import "MXCrossSigningInfo_Private.h"
48-
#import "MXCrossSigning_Private.h"
49-
50-
#import "NSArray+MatrixSDK.h"
51-
52-
#import "MXDeviceListResponse.h"
53-
54-
#import "MatrixSDKSwiftHeader.h"
55-
#import "MXSharedHistoryKeyService.h"
56-
#import "MXNativeKeyBackupEngine.h"
57-
5822
#warning File has not been annotated with nullability, see MX_ASSUME_MISSING_NULLABILITY_BEGIN
5923

6024
/**

0 commit comments

Comments
 (0)