@@ -24,7 +24,6 @@ |
||
24 | 24 | use OC\AppFramework\Utility\ControllerMethodReflector; |
25 | 25 | use OC\Security\RateLimiting\Exception\RateLimitExceededException; |
26 | 26 | use OC\Security\RateLimiting\Limiter; |
27 | -use OCP\AppFramework\Controller; |
|
28 | 27 | use OCP\AppFramework\Http\JSONResponse; |
29 | 28 | use OCP\AppFramework\Http\TemplateResponse; |
30 | 29 | use OCP\AppFramework\Middleware; |
@@ -29,7 +29,6 @@ |
||
29 | 29 | use OCP\Files\NotFoundException; |
30 | 30 | use OCP\Files\SimpleFS\ISimpleFile; |
31 | 31 | use OCP\IConfig; |
32 | -use OCP\Files\IRootFolder; |
|
33 | 32 | use Leafo\ScssPhp\Compiler; |
34 | 33 | |
35 | 34 | class Util { |
@@ -27,7 +27,6 @@ discard block |
||
27 | 27 | |
28 | 28 | namespace OCA\Theming\Controller; |
29 | 29 | |
30 | -use OC\Files\AppData\Factory; |
|
31 | 30 | use OC\Template\SCSSCacher; |
32 | 31 | use OCA\Theming\ThemingDefaults; |
33 | 32 | use OCP\AppFramework\Controller; |
@@ -43,7 +42,6 @@ discard block |
||
43 | 42 | use OCP\Files\NotPermittedException; |
44 | 43 | use OCP\IConfig; |
45 | 44 | use OCP\IL10N; |
46 | -use OCP\ILogger; |
|
47 | 45 | use OCP\IRequest; |
48 | 46 | use OCA\Theming\Util; |
49 | 47 | use OCP\ITempManager; |
@@ -10,7 +10,6 @@ |
||
10 | 10 | use OCP\Files\File; |
11 | 11 | use OCP\Files\Folder; |
12 | 12 | use OCP\Files\Node; |
13 | -use OCP\ILogger; |
|
14 | 13 | use OCP\IRequest; |
15 | 14 | use OCP\Share\Exceptions\ShareNotFound; |
16 | 15 | use OCP\Share\IManager; |
@@ -24,7 +24,6 @@ |
||
24 | 24 | |
25 | 25 | namespace OC\Files\Config; |
26 | 26 | |
27 | -use OC\DB\QueryBuilder\Literal; |
|
28 | 27 | use OCA\Files_Sharing\SharedMount; |
29 | 28 | use OCP\DB\QueryBuilder\IQueryBuilder; |
30 | 29 | use OCP\Files\Config\ICachedMountFileInfo; |
@@ -21,7 +21,6 @@ |
||
21 | 21 | |
22 | 22 | namespace OCA\Files_External\Lib\Backend; |
23 | 23 | |
24 | -use OCA\Files_External\Lib\Storage\InvalidStorage; |
|
25 | 24 | use OCA\Files_External\Lib\StorageConfig; |
26 | 25 | use OCP\Files\StorageNotAvailableException; |
27 | 26 | use OCP\IUser; |
@@ -25,14 +25,12 @@ |
||
25 | 25 | |
26 | 26 | namespace OC\Contacts\ContactsMenu; |
27 | 27 | |
28 | -use OC\Share\Share; |
|
29 | 28 | use OCP\Contacts\ContactsMenu\IEntry; |
30 | 29 | use OCP\Contacts\IManager; |
31 | 30 | use OCP\IConfig; |
32 | 31 | use OCP\IGroupManager; |
33 | 32 | use OCP\IUser; |
34 | 33 | use OCP\IUserManager; |
35 | -use OCP\IUserSession; |
|
36 | 34 | use OCP\Contacts\ContactsMenu\IContactsStore; |
37 | 35 | |
38 | 36 | class ContactsStore implements IContactsStore { |
@@ -32,7 +32,6 @@ |
||
32 | 32 | use OCA\Encryption\KeyManager; |
33 | 33 | use OCA\Encryption\Crypto\Crypt; |
34 | 34 | use OCA\Encryption\Users\Setup; |
35 | -use OCP\App; |
|
36 | 35 | use OCP\ILogger; |
37 | 36 | use OCP\IUserSession; |
38 | 37 | use OCA\Encryption\Util; |
@@ -32,7 +32,6 @@ |
||
32 | 32 | use OCP\Mail\IEMailTemplate; |
33 | 33 | use OCP\Mail\IMailer; |
34 | 34 | use Sabre\CalDAV\Schedule\IMipPlugin as SabreIMipPlugin; |
35 | -use Sabre\DAV\Xml\Element\Prop; |
|
36 | 35 | use Sabre\VObject\Component\VCalendar; |
37 | 36 | use Sabre\VObject\Component\VEvent; |
38 | 37 | use Sabre\VObject\DateTimeParser; |