From 73ce90ac568909f04d28f41492f99b66ba3fb037 Mon Sep 17 00:00:00 2001
From: Frederic Guillot <fred@kanboard.net>
Date: Sat, 5 Dec 2015 21:34:26 -0500
Subject: Remove unused use statements

---
 app/Core/Security/AuthenticationManager.php | 1 -
 app/Core/Session/SessionManager.php         | 1 -
 2 files changed, 2 deletions(-)

(limited to 'app/Core')

diff --git a/app/Core/Security/AuthenticationManager.php b/app/Core/Security/AuthenticationManager.php
index cced58c0..dbc41b09 100644
--- a/app/Core/Security/AuthenticationManager.php
+++ b/app/Core/Security/AuthenticationManager.php
@@ -4,7 +4,6 @@ namespace Kanboard\Core\Security;
 
 use LogicException;
 use Kanboard\Core\Base;
-use Kanboard\Core\User\UserProviderInterface;
 use Kanboard\Event\AuthFailureEvent;
 use Kanboard\Event\AuthSuccessEvent;
 
diff --git a/app/Core/Session/SessionManager.php b/app/Core/Session/SessionManager.php
index 750711b0..776d02da 100644
--- a/app/Core/Session/SessionManager.php
+++ b/app/Core/Session/SessionManager.php
@@ -3,7 +3,6 @@
 namespace Kanboard\Core\Session;
 
 use Kanboard\Core\Base;
-use Kanboard\Core\Http\Request;
 
 /**
  * Session Manager
-- 
cgit v1.2.3