@@ -30,8 +30,6 @@ |
||
30 | 30 | |
31 | 31 | namespace OC; |
32 | 32 | |
33 | -use OC\App\AppStore\Bundles\BundleFetcher; |
|
34 | -use OC\Files\AppData\Factory; |
|
35 | 33 | use OC\Repair\CleanTags; |
36 | 34 | use OC\Repair\Collation; |
37 | 35 | use OC\Repair\MoveUpdaterStepFile; |
@@ -41,10 +41,6 @@ |
||
41 | 41 | |
42 | 42 | use OC\Files\Filesystem; |
43 | 43 | use OCP\DB\QueryBuilder\IQueryBuilder; |
44 | -use OCP\ILogger; |
|
45 | -use OCP\IUserManager; |
|
46 | -use OCP\IUserSession; |
|
47 | -use OCP\IDBConnection; |
|
48 | 44 | use OCP\IConfig; |
49 | 45 | use OCP\Util; |
50 | 46 |
@@ -55,7 +55,6 @@ |
||
55 | 55 | use OCP\IRequest; |
56 | 56 | use OCP\ISession; |
57 | 57 | use OCP\IUser; |
58 | -use OCP\IUserManager; |
|
59 | 58 | use OCP\IUserSession; |
60 | 59 | use OCP\Lockdown\ILockdownManager; |
61 | 60 | use OCP\Security\ISecureRandom; |
@@ -31,7 +31,6 @@ |
||
31 | 31 | use OCP\IDBConnection; |
32 | 32 | use OCP\Migration\IMigrationStep; |
33 | 33 | use OCP\Migration\IOutput; |
34 | -use Doctrine\DBAL\Schema\Column; |
|
35 | 34 | use Doctrine\DBAL\Schema\Table; |
36 | 35 | use Doctrine\DBAL\Types\Type; |
37 | 36 |