doc: Remove unnecessary use in ModuleController

refs #9449
This commit is contained in:
Eric Lippmann 2015-07-28 11:54:55 +02:00
parent e70fb76d31
commit b3f463a7a5
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
<?php <?php
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */ /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
use \Zend_Controller_Action_Exception;
use Icinga\Application\Icinga; use Icinga\Application\Icinga;
use Icinga\Module\Doc\DocController; use Icinga\Module\Doc\DocController;
use Icinga\Module\Doc\Exception\DocException; use Icinga\Module\Doc\Exception\DocException;