@@ -46,7 +46,6 @@ |
||
46 | 46 | use OCP\IGroupManager; |
47 | 47 | use OCP\ILogger; |
48 | 48 | use OCP\IRequest; |
49 | -use OCP\IUser; |
|
50 | 49 | use OCP\IUserManager; |
51 | 50 | use OCP\IUserSession; |
52 | 51 | use OCP\L10N\IFactory; |
@@ -48,7 +48,6 @@ discard block |
||
48 | 48 | namespace OC; |
49 | 49 | |
50 | 50 | use bantu\IniGetWrapper\IniGetWrapper; |
51 | -use OC\Accounts\AccountManager; |
|
52 | 51 | use OC\App\AppManager; |
53 | 52 | use OC\App\AppStore\Bundles\BundleFetcher; |
54 | 53 | use OC\App\AppStore\Fetcher\AppFetcher; |
@@ -121,7 +120,6 @@ discard block |
||
121 | 120 | use OC\Template\SCSSCacher; |
122 | 121 | use OCA\Theming\ImageManager; |
123 | 122 | use OCA\Theming\ThemingDefaults; |
124 | - |
|
125 | 123 | use OCP\App\IAppManager; |
126 | 124 | use OCP\AppFramework\Utility\ITimeFactory; |
127 | 125 | use OCP\Collaboration\AutoComplete\IManager; |
@@ -52,7 +52,6 @@ |
||
52 | 52 | use OCP\Defaults; |
53 | 53 | use OCP\IL10N; |
54 | 54 | use OCP\ILogger; |
55 | -use OCP\IUser; |
|
56 | 55 | use OCP\Security\ISecureRandom; |
57 | 56 | |
58 | 57 | class Setup { |