doc: Remove unnecessary use in SearchController

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

View File

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