doc: Optimize imports in the SearchController

This commit is contained in:
Eric Lippmann 2015-08-27 14:22:59 +02:00
parent 5fadb647e2
commit 8981f2cc26
1 changed files with 1 additions and 1 deletions

View File

@ -5,9 +5,9 @@ use Icinga\Application\Icinga;
use Icinga\Module\Doc\DocController; use Icinga\Module\Doc\DocController;
use Icinga\Module\Doc\DocParser; use Icinga\Module\Doc\DocParser;
use Icinga\Module\Doc\Exception\DocException; use Icinga\Module\Doc\Exception\DocException;
use Icinga\Module\Doc\Renderer\DocSearchRenderer;
use Icinga\Module\Doc\Search\DocSearch; use Icinga\Module\Doc\Search\DocSearch;
use Icinga\Module\Doc\Search\DocSearchIterator; use Icinga\Module\Doc\Search\DocSearchIterator;
use Icinga\Module\Doc\Renderer\DocSearchRenderer;
class Doc_SearchController extends DocController class Doc_SearchController extends DocController
{ {