@@ -35,7 +35,6 @@ |
||
35 | 35 | use OC\Core\Controller\LostController; |
36 | 36 | use OC\Core\Controller\TokenController; |
37 | 37 | use OC\Core\Controller\TwoFactorChallengeController; |
38 | -use OC\Core\Controller\UserController; |
|
39 | 38 | use OCP\AppFramework\App; |
40 | 39 | use OCP\Util; |
41 | 40 |
@@ -21,7 +21,6 @@ |
||
21 | 21 | */ |
22 | 22 | namespace OCA\DAV; |
23 | 23 | |
24 | -use OCA\DAV\CalDAV\BirthdayService; |
|
25 | 24 | use OCA\DAV\CalDAV\CalDavBackend; |
26 | 25 | use OCA\DAV\CardDAV\CardDavBackend; |
27 | 26 | use OCA\DAV\CardDAV\SyncService; |
@@ -24,16 +24,13 @@ |
||
24 | 24 | |
25 | 25 | namespace OCA\Federation\AppInfo; |
26 | 26 | |
27 | -use OCA\Federation\API\OCSAuthAPI; |
|
28 | 27 | use OCA\Federation\Controller\SettingsController; |
29 | 28 | use OCA\Federation\DAV\FedAuth; |
30 | 29 | use OCA\Federation\DbHandler; |
31 | 30 | use OCA\Federation\Hooks; |
32 | 31 | use OCA\Federation\Middleware\AddServerMiddleware; |
33 | 32 | use OCA\Federation\SyncFederationAddressBooks; |
34 | -use OCA\Federation\SyncJob; |
|
35 | 33 | use OCA\Federation\TrustedServers; |
36 | -use OCP\API; |
|
37 | 34 | use OCP\App; |
38 | 35 | use OCP\AppFramework\IAppContainer; |
39 | 36 | use OCP\SabrePluginEvent; |