@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace OCA\DAV\CalDAV\Publishing\Xml; |
4 | 4 | |
5 | -use OCA\DAV\CalDAV\Publishing\PublishPlugin as Plugin; |
|
6 | 5 | use Sabre\Xml\Writer; |
7 | 6 | use Sabre\Xml\XmlSerializable; |
8 | 7 |
@@ -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; |
@@ -28,11 +28,9 @@ |
||
28 | 28 | |
29 | 29 | use OC_App; |
30 | 30 | use OCP\Console\ConsoleEvent; |
31 | -use OCP\Defaults; |
|
32 | 31 | use OCP\IConfig; |
33 | 32 | use OCP\IRequest; |
34 | 33 | use Symfony\Component\Console\Application as SymfonyApplication; |
35 | -use Symfony\Component\Console\Input\ArgvInput; |
|
36 | 34 | use Symfony\Component\Console\Input\InputInterface; |
37 | 35 | use Symfony\Component\Console\Input\InputOption; |
38 | 36 | use Symfony\Component\Console\Output\OutputInterface; |