Skip to content

Commit

Permalink
Optimize imports in Web.php
Browse files Browse the repository at this point in the history
  • Loading branch information
lippserd committed Mar 11, 2015
1 parent a835cad commit 64ad54e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions library/Icinga/Application/Web.php
Expand Up @@ -5,22 +5,22 @@

require_once __DIR__ . '/ApplicationBootstrap.php';

use Icinga\Authentication\Manager;
use Zend_Controller_Action_HelperBroker;
use Zend_Controller_Front;
use Zend_Controller_Router_Route;
use Zend_Layout;
use Zend_Paginator;
use Zend_View_Helper_PaginationControl;
use Icinga\Application\Logger;
use Icinga\Authentication\Manager;
use Icinga\User;
use Icinga\Util\TimezoneDetect;
use Icinga\Util\Translator;
use Icinga\Web\Request;
use Icinga\Web\Response;
use Icinga\Web\View;
use Icinga\Web\Session\Session as BaseSession;
use Icinga\Web\Session;
use Icinga\User;
use Icinga\Util\Translator;
use Zend_Layout;
use Zend_Paginator;
use Zend_View_Helper_PaginationControl;
use Zend_Controller_Action_HelperBroker;
use Zend_Controller_Router_Route;
use Zend_Controller_Front;
use Icinga\Web\Session\Session as BaseSession;
use Icinga\Web\View;

/**
* Use this if you want to make use of Icinga functionality in other web projects
Expand Down

0 comments on commit 64ad54e

Please sign in to comment.