summaryrefslogtreecommitdiffstats
path: root/core/Application.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-10-05 16:31:56 +0200
committerJoas Schilling <coding@schilljs.com>2016-10-05 16:36:49 +0200
commitbc8186e4c5398432097ca1287f7241c7c03c7ddc (patch)
tree55d255d1ea8b66efcc38aa8fa6da5f533c393d20 /core/Application.php
parent4db5b2a2c6737cb9377db3316af9e5fb1353055f (diff)
downloadnextcloud-server-bc8186e4c5398432097ca1287f7241c7c03c7ddc.tar.gz
nextcloud-server-bc8186e4c5398432097ca1287f7241c7c03c7ddc.zip
Clean up core/Application a bit more
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'core/Application.php')
-rw-r--r--core/Application.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/Application.php b/core/Application.php
index 97b1e1d37f1..6c6a3768a0f 100644
--- a/core/Application.php
+++ b/core/Application.php
@@ -30,8 +30,6 @@
namespace OC\Core;
-use OC\Authentication\Token\DefaultTokenProvider;
-use OC\Authentication\Token\IProvider;
use OCP\AppFramework\App;
use OCP\Util;