@@ -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 { |