Fix misplaced/redundant imports

refs #4648
This commit is contained in:
Johannes Meyer 2013-08-29 14:40:33 +02:00
parent 7be7335bdd
commit a82abbe2f6
2 changed files with 1 additions and 3 deletions

View File

@ -30,13 +30,13 @@ namespace Icinga\Application;
use \Exception; use \Exception;
use \Zend_Layout; use \Zend_Layout;
use \Zend_Config;
use \Zend_Paginator; use \Zend_Paginator;
use \Zend_View_Helper_PaginationControl; use \Zend_View_Helper_PaginationControl;
use \Zend_Controller_Action_HelperBroker; use \Zend_Controller_Action_HelperBroker;
use \Zend_Controller_Router_Route; use \Zend_Controller_Router_Route;
use \Zend_Controller_Action_Helper_ViewRenderer; use \Zend_Controller_Action_Helper_ViewRenderer;
use \Zend_Controller_Front; use \Zend_Controller_Front;
use \Icinga\Application\Logger;
use \Icinga\Authentication\Manager as AuthenticationManager; use \Icinga\Authentication\Manager as AuthenticationManager;
use \Icinga\Exception\ConfigurationError; use \Icinga\Exception\ConfigurationError;
use \Icinga\User\Preferences; use \Icinga\User\Preferences;

View File

@ -29,11 +29,9 @@
namespace Icinga\User\Preferences; namespace Icinga\User\Preferences;
use \Zend_Config; use \Zend_Config;
use \Zend_Db;
use \Icinga\User; use \Icinga\User;
use \Icinga\Exception\ProgrammingError; use \Icinga\Exception\ProgrammingError;
use \Icinga\Application\DbAdapterFactory; use \Icinga\Application\DbAdapterFactory;
use Icinga\Application\Logger;
/** /**
* Create preference stores from zend config * Create preference stores from zend config