From d1d447217787a8c6d465d0146fb4f86d136ce16c Mon Sep 17 00:00:00 2001 From: mattab Date: Tue, 8 Oct 2013 17:35:56 +1300 Subject: Refs #4123 Applying phpstorm "Organize imports" on core/* and plugins/* directories --- core/Session.php | 1 - 1 file changed, 1 deletion(-) (limited to 'core/Session.php') diff --git a/core/Session.php b/core/Session.php index df511d1464..c51de9b91e 100644 --- a/core/Session.php +++ b/core/Session.php @@ -11,7 +11,6 @@ namespace Piwik; use Exception; - use Piwik\Session\SaveHandler\DbTable; use Zend_Session; -- cgit v1.2.3