From 3b06430c4aeffd5af2fba406d225702c95768bb1 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Fri, 6 Feb 2015 11:37:58 -0500
Subject: [PATCH] Removed unnecessary use statements.

---
 module/VuFind/src/VuFind/Session/AbstractBase.php | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/module/VuFind/src/VuFind/Session/AbstractBase.php b/module/VuFind/src/VuFind/Session/AbstractBase.php
index 7f64b848b91..0b560f3b404 100644
--- a/module/VuFind/src/VuFind/Session/AbstractBase.php
+++ b/module/VuFind/src/VuFind/Session/AbstractBase.php
@@ -26,9 +26,7 @@
  * @link     http://vufind.org/wiki/vufind2:session_handlers Wiki
  */
 namespace VuFind\Session;
-use Zend\ServiceManager\ServiceLocatorAwareInterface,
-    Zend\ServiceManager\ServiceLocatorInterface,
-    Zend\Session\SaveHandler\SaveHandlerInterface;
+use Zend\Session\SaveHandler\SaveHandlerInterface;
 
 /**
  * Base class for session handling
-- 
GitLab