@@ -36,13 +36,11 @@ |
||
| 36 | 36 | namespace OC; |
| 37 | 37 | |
| 38 | 38 | use InterfaSys\LogNormalizer\Normalizer; |
| 39 | - |
|
| 40 | 39 | use OC\Log\ExceptionSerializer; |
| 41 | 40 | use OCP\Log\IFileBased; |
| 42 | 41 | use OCP\Log\IWriter; |
| 43 | 42 | use OCP\ILogger; |
| 44 | 43 | use OCP\Support\CrashReport\IRegistry; |
| 45 | -use OCP\Util; |
|
| 46 | 44 | |
| 47 | 45 | /** |
| 48 | 46 | * logging utilities |
@@ -46,7 +46,6 @@ |
||
| 46 | 46 | use OCP\Settings\ISettings; |
| 47 | 47 | use OCP\Settings\IManager; |
| 48 | 48 | use OCP\Settings\ISection; |
| 49 | -use OCP\Util; |
|
| 50 | 49 | |
| 51 | 50 | class Manager implements IManager { |
| 52 | 51 | /** @var ILogger */ |
@@ -32,7 +32,6 @@ |
||
| 32 | 32 | use OCA\FederatedFileSharing\AddressHandler; |
| 33 | 33 | use OCA\FederatedFileSharing\FederatedShareProvider; |
| 34 | 34 | use OCA\FederatedFileSharing\Notifications; |
| 35 | -use OCA\FederatedFileSharing\OCM\CloudFederationProvider; |
|
| 36 | 35 | use OCA\FederatedFileSharing\TokenHandler; |
| 37 | 36 | use OCA\ShareByMail\Settings\SettingsManager; |
| 38 | 37 | use OCA\ShareByMail\ShareByMailProvider; |
@@ -26,7 +26,6 @@ |
||
| 26 | 26 | |
| 27 | 27 | use OCP\IUser; |
| 28 | 28 | use OCP\IUserManager; |
| 29 | -use OCA\Files_Versions\AppInfo\Application; |
|
| 30 | 29 | use OCA\Files_Versions\Storage; |
| 31 | 30 | use OCA\Files_Versions\Expiration; |
| 32 | 31 | |
@@ -41,8 +41,6 @@ |
||
| 41 | 41 | use OCP\AppFramework\Http\FileDisplayResponse; |
| 42 | 42 | use OCP\AppFramework\Http\DataResponse; |
| 43 | 43 | use OCP\AppFramework\Http\NotFoundResponse; |
| 44 | -use OCP\AppFramework\Utility\ITimeFactory; |
|
| 45 | -use OCP\Files\File; |
|
| 46 | 44 | use OCP\Files\IAppData; |
| 47 | 45 | use OCP\Files\NotFoundException; |
| 48 | 46 | use OCP\Files\NotPermittedException; |