summaryrefslogtreecommitdiffstats
path: root/lib/public
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/appframework/controller/controller.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/public/appframework/controller/controller.php b/lib/public/appframework/controller/controller.php
index a832f89df42..b3de8c991ad 100644
--- a/lib/public/appframework/controller/controller.php
+++ b/lib/public/appframework/controller/controller.php
@@ -24,8 +24,6 @@
namespace OCP\AppFramework\Controller;
-use OC\AppFramework\Http\Request;
-use OC\AppFramework\Core\API;
use OCP\AppFramework\Http\TemplateResponse;
use OCP\AppFramework\IAppContainer;
use OCP\IRequest;