From bc8186e4c5398432097ca1287f7241c7c03c7ddc Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 5 Oct 2016 16:31:56 +0200 Subject: [PATCH] Clean up core/Application a bit more Signed-off-by: Joas Schilling --- core/Application.php | 2 -- 1 file changed, 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;